@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 GenericEntityDaopublic Class<?> getImplClass(String className)
getImplClass in interface GenericEntityDaoCopyright © 2014. All rights reserved.