public class EntityInfoImpl extends Object implements EntityInfo
ENTITY_PLACEHOLDER| Constructor and Description |
|---|
EntityInfoImpl(Class clazz,
String idName,
Serializable id,
Object[] projection) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
Object |
getEntityInstance() |
Serializable |
getId() |
String |
getIdName() |
Object[] |
getProjection() |
void |
populateWithEntityInstance(Object entity) |
String |
toString() |
public EntityInfoImpl(Class clazz, String idName, Serializable id, Object[] projection)
public Class<?> getClazz()
getClazz in interface EntityInfopublic Serializable getId()
getId in interface EntityInfopublic String getIdName()
getIdName in interface EntityInfopublic Object[] getProjection()
getProjection in interface EntityInfopublic Object getEntityInstance()
getEntityInstance in interface EntityInfopublic void populateWithEntityInstance(Object entity)
populateWithEntityInstance in interface EntityInfoCopyright © 2006–2016 Hibernate. All rights reserved.