@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() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getImplClass(String className) |
Object |
readGenericEntity(Class<?> clazz,
Object id) |
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 © 2017. All rights reserved.