public interface EntityInfo
| Modifier and Type | Field and Description |
|---|---|
static Object |
ENTITY_PLACEHOLDER |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
Object |
getEntityInstance() |
Serializable |
getId() |
String |
getIdName() |
Object[] |
getProjection() |
void |
populateWithEntityInstance(Object entity) |
static final Object ENTITY_PLACEHOLDER
Class<?> getClazz()
SearchException - If the entity class could not be retrieved from the indexed document.Serializable getId()
SearchException - If the entity identifier could not be retrieved from the indexed document.String getIdName()
Object[] getProjection()
Object getEntityInstance()
void populateWithEntityInstance(Object entity)
Copyright © 2006–2017 Hibernate. All rights reserved.