Uses of Class
org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder

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

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

Methods in org.hibernate.search.query.hibernate.impl that return ObjectLoaderBuilder
 ObjectLoaderBuilder ObjectLoaderBuilder.criteria(Criteria criteria)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.indexedTargetedEntities(Set<Class<?>> indexedTargetedEntities)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.lookupMethod(ObjectLookupMethod lookupMethod)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.retrievalMethod(DatabaseRetrievalMethod retrievalMethod)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.searchFactory(SearchFactoryImplementor searchFactoryImplementor)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.session(SessionImplementor session)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.targetedEntities(List<Class<?>> targetedEntities)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.timeoutManager(TimeoutManager timeoutManager)
           
 

Methods in org.hibernate.search.query.hibernate.impl with parameters of type ObjectLoaderBuilder
 void ProjectionLoader.init(Session session, SearchFactoryImplementor searchFactoryImplementor, ResultTransformer transformer, ObjectLoaderBuilder loaderBuilder, String[] aliases, TimeoutManager timeoutManager)
           
 



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