org.hibernate.search.engine
Class EntityInfo

java.lang.Object
  extended by org.hibernate.search.engine.EntityInfo

public class EntityInfo
extends Object

Author:
Emmanuel Bernard

Field Summary
 Class clazz
           
 Serializable id
           
 List<Integer> indexesOfThis
           
 Object[] projection
           
 
Constructor Summary
EntityInfo(Class clazz, Serializable id, Object[] projection)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

public final Class clazz

id

public final Serializable id

projection

public final Object[] projection

indexesOfThis

public final List<Integer> indexesOfThis
Constructor Detail

EntityInfo

public EntityInfo(Class clazz,
                  Serializable id,
                  Object[] projection)


Copyright © 2011 Hibernate. All Rights Reserved.