org.hibernate.search.query.engine.impl
public class EntityInfoImpl extends Object implements EntityInfo
| Constructor and Description |
|---|
EntityInfoImpl(Class clazz,
String idName,
Serializable id,
Object[] projection) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
Serializable |
getId() |
String |
getIdName() |
List<Integer> |
getIndexesOfThis() |
Object[] |
getProjection() |
boolean |
isProjectThis() |
void |
populateWithEntityInstance(Object entity) |
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 List<Integer> getIndexesOfThis()
getIndexesOfThis in interface EntityInfopublic boolean isProjectThis()
isProjectThis in interface EntityInfopublic void populateWithEntityInstance(Object entity)
populateWithEntityInstance in interface EntityInfoCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved