org.hibernate.search.engine
Class QueryLoader

java.lang.Object
  extended by org.hibernate.search.engine.QueryLoader
All Implemented Interfaces:
Loader

public class QueryLoader
extends Object
implements Loader

Author:
Emmanuel Bernard

Constructor Summary
QueryLoader()
           
 
Method Summary
 void init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 List load(EntityInfo... entityInfos)
           
 Object load(EntityInfo entityInfo)
           
 void setCriteria(org.hibernate.Criteria criteria)
           
 void setEntityType(Class entityType)
           
 
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(org.hibernate.Session session,
                 SearchFactoryImplementor searchFactoryImplementor)
Specified by:
init in interface Loader

setEntityType

public void setEntityType(Class entityType)

load

public Object load(EntityInfo entityInfo)
Specified by:
load in interface Loader

load

public List load(EntityInfo... entityInfos)
Specified by:
load in interface Loader

setCriteria

public void setCriteria(org.hibernate.Criteria criteria)


Copyright © 2011 Hibernate. All Rights Reserved.