public interface EntityInfo
Modifier and Type | Field and Description |
---|---|
static Object |
ENTITY_PLACEHOLDER |
Modifier and Type | Method and Description |
---|---|
Object |
getEntityInstance() |
Serializable |
getId() |
String |
getIdName() |
Object[] |
getProjection() |
IndexedTypeIdentifier |
getType() |
void |
populateWithEntityInstance(Object entity) |
static final Object ENTITY_PLACEHOLDER
IndexedTypeIdentifier getType()
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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.