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 EntityInfo
public Serializable getId()
getId
in interface EntityInfo
public String getIdName()
getIdName
in interface EntityInfo
public Object[] getProjection()
getProjection
in interface EntityInfo
public Object getEntityInstance()
getEntityInstance
in interface EntityInfo
public void populateWithEntityInstance(Object entity)
populateWithEntityInstance
in interface EntityInfo
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved