org.hibernate.search.query.engine.spi
public interface EntityInfo
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
Serializable |
getId() |
String |
getIdName() |
List<Integer> |
getIndexesOfThis() |
Object[] |
getProjection() |
boolean |
isProjectThis() |
void |
populateWithEntityInstance(Object entity) |
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved