Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » engine » [javadoc | source]
org.hibernate.search.engine
public class: ProjectionLoader [javadoc | source]
java.lang.Object
   org.hibernate.search.engine.ProjectionLoader

All Implemented Interfaces:
    Loader

Method from org.hibernate.search.engine.ProjectionLoader Summary:
init,   init,   load,   load
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.engine.ProjectionLoader Detail:
 public  void init(Session session,
    SearchFactoryImplementor searchFactoryImplementor) 
 public  void init(Session session,
    SearchFactoryImplementor searchFactoryImplementor,
    ResultTransformer transformer,
    String[] aliases) 
 public Object load(EntityInfo entityInfo) 
 public List load(EntityInfo entityInfos)