org.hibernate.search.engine
Class QueryLoader

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

public class QueryLoader
extends java.lang.Object
implements Loader

Author:
Emmanuel Bernard

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

load

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

load

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

setCriteria

public void setCriteria(org.hibernate.Criteria criteria)


Copyright © 2006-2010 Hibernate. All Rights Reserved.