@Repository(value="blGenericEntityDao") public class GenericEntityDaoImpl extends Object implements GenericEntityDao
Modifier and Type | Field and Description |
---|---|
protected DynamicDaoHelperImpl |
daoHelper |
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
Constructor and Description |
---|
GenericEntityDaoImpl() |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
protected DynamicDaoHelperImpl daoHelper
public Object readGenericEntity(Class<?> clazz, Object id)
readGenericEntity
in interface GenericEntityDao
public Class<?> getImplClass(String className)
getImplClass
in interface GenericEntityDao
Copyright © 2014. All rights reserved.