Uses of Interface
org.hibernate.search.query.hibernate.impl.Loader

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

Uses of Loader in org.hibernate.search.query.hibernate.impl
 

Classes in org.hibernate.search.query.hibernate.impl 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
           
 

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

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



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