Uses of Class
org.hibernate.search.engine.EntityInfo

Packages that use EntityInfo
org.hibernate.search.engine   
org.hibernate.search.query   
 

Uses of EntityInfo in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine that return EntityInfo
 EntityInfo DocumentExtractor.extract(int index)
           
 

Methods in org.hibernate.search.engine with parameters of type EntityInfo
static void ObjectLoaderHelper.initializeObjects(EntityInfo[] entityInfos, org.hibernate.Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor)
           
 List Loader.load(EntityInfo... entityInfos)
           
 List ProjectionLoader.load(EntityInfo... entityInfos)
           
 List ObjectLoader.load(EntityInfo... entityInfos)
           
 List MultiClassesQueryLoader.load(EntityInfo... entityInfos)
           
 List QueryLoader.load(EntityInfo... entityInfos)
           
 Object Loader.load(EntityInfo entityInfo)
           
 Object ProjectionLoader.load(EntityInfo entityInfo)
           
 Object ObjectLoader.load(EntityInfo entityInfo)
           
 Object MultiClassesQueryLoader.load(EntityInfo entityInfo)
           
 Object QueryLoader.load(EntityInfo entityInfo)
           
static Object ObjectLoaderHelper.load(EntityInfo entityInfo, org.hibernate.Session session)
           
static List ObjectLoaderHelper.returnAlreadyLoadedObjectsInCorrectOrder(EntityInfo[] entityInfos, org.hibernate.Session session)
           
 

Uses of EntityInfo in org.hibernate.search.query
 

Constructor parameters in org.hibernate.search.query with type arguments of type EntityInfo
IteratorImpl(List<EntityInfo> entityInfos, Loader loader)
           
 



Copyright © 2011 Hibernate. All Rights Reserved.