Uses of Interface
org.hibernate.search.engine.Loader

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

Uses of Loader in org.hibernate.search.engine
 

Classes in org.hibernate.search.engine that implement Loader
 class AbstractLoader
          Abstract loader which will take care of taking object loading timings.
 class MultiClassesQueryLoader
          A loader which loads objects of multiple types.
 class ProjectionLoader
          Implementation of the Loader interface used for loading entities which are projected via ProjectionConstants.THIS.
 class QueryLoader
           
 

Uses of Loader in org.hibernate.search.query
 

Methods in org.hibernate.search.query that return Loader
 Loader ObjectLoaderBuilder.buildLoader()
           
 

Constructors in org.hibernate.search.query with parameters of type Loader
IteratorImpl(List<EntityInfo> entityInfos, Loader loader)
           
ScrollableResultsImpl(IndexSearcher searcher, int first, int max, int fetchSize, DocumentExtractor extractor, Loader loader, SearchFactory searchFactory, SessionImplementor sessionImplementor)
           
 



Copyright © 2006-2010 Red Hat Middleware, LLC. All Rights Reserved