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
Copyright © 2006–2017 Hibernate. All rights reserved.