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, java.lang.Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor)
           
 java.util.List QueryLoader.load(EntityInfo... entityInfos)
           
 java.util.List ProjectionLoader.load(EntityInfo... entityInfos)
           
 java.util.List ObjectLoader.load(EntityInfo... entityInfos)
           
 java.util.List MultiClassesQueryLoader.load(EntityInfo... entityInfos)
           
 java.util.List Loader.load(EntityInfo... entityInfos)
           
 java.lang.Object QueryLoader.load(EntityInfo entityInfo)
           
 java.lang.Object ProjectionLoader.load(EntityInfo entityInfo)
           
 java.lang.Object ObjectLoader.load(EntityInfo entityInfo)
           
 java.lang.Object MultiClassesQueryLoader.load(EntityInfo entityInfo)
           
 java.lang.Object Loader.load(EntityInfo entityInfo)
           
static java.lang.Object ObjectLoaderHelper.load(EntityInfo entityInfo, org.hibernate.Session session)
           
static java.util.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(java.util.List<EntityInfo> entityInfos, Loader loader)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.