org.hibernate.search.query.hibernate.impl
Class QueryLoader

java.lang.Object
  extended by org.hibernate.search.query.hibernate.impl.AbstractLoader
      extended by org.hibernate.search.query.hibernate.impl.QueryLoader
All Implemented Interfaces:
Loader

public class QueryLoader
extends AbstractLoader

Author:
Emmanuel Bernard, Hardy Ferentschik

Constructor Summary
QueryLoader()
           
 
Method Summary
 List executeLoad(EntityInfo... entityInfos)
           
 Object executeLoad(EntityInfo entityInfo)
           
 void init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
           
 void setCriteria(Criteria criteria)
           
 void setEntityType(Class entityType)
           
 
Methods inherited from class org.hibernate.search.query.hibernate.impl.AbstractLoader
init, load, load, loadWithoutTiming
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryLoader

public QueryLoader()
Method Detail

init

public void init(Session session,
                 SearchFactoryImplementor searchFactoryImplementor,
                 ObjectsInitializer objectsInitializer,
                 TimeoutManager timeoutManager)

setEntityType

public void setEntityType(Class entityType)

executeLoad

public final Object executeLoad(EntityInfo entityInfo)
Specified by:
executeLoad in class AbstractLoader

executeLoad

public final List executeLoad(EntityInfo... entityInfos)
Specified by:
executeLoad in class AbstractLoader

setCriteria

public void setCriteria(Criteria criteria)


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