org.hibernate.search.engine
Class ObjectLoader

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

public class ObjectLoader
extends Object
implements Loader

Author:
Emmanuel Bernard

Constructor Summary
ObjectLoader()
           
 
Method Summary
 void init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 List load(EntityInfo... entityInfos)
           
 Object load(EntityInfo entityInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectLoader

public ObjectLoader()
Method Detail

init

public void init(org.hibernate.Session session,
                 SearchFactoryImplementor searchFactoryImplementor)
Specified by:
init in interface Loader

load

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

load

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