org.hibernate.search.engine
Class ObjectLoader
java.lang.Object
org.hibernate.search.engine.ObjectLoader
- All Implemented Interfaces:
- Loader
public class ObjectLoader
- 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 |
ObjectLoader
public ObjectLoader()
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