org.hibernate.search.engine
Class QueryLoader
java.lang.Object
org.hibernate.search.engine.QueryLoader
- All Implemented Interfaces:
- Loader
public class QueryLoader
- extends Object
- implements Loader
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryLoader
public QueryLoader()
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)