org.hibernate.search.engine
Class EntityInfo
java.lang.Object
org.hibernate.search.engine.EntityInfo
public class EntityInfo
- extends Object
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazz
public final Class clazz
id
public final Serializable id
projection
public final Object[] projection
indexesOfThis
public final List<Integer> indexesOfThis
EntityInfo
public EntityInfo(Class clazz,
Serializable id,
Object[] projection)