org.hibernate.search.engine
Interface Loader

All Known Implementing Classes:
MultiClassesQueryLoader, ObjectLoader, ProjectionLoader, QueryLoader

public interface Loader

Interface defining a set of operations in order to load entities which matched a query. Depending on the type of indexed entities and the type of query different strategies can be used.

Author:
Emmanuel Bernard

Method Summary
 void init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 List load(EntityInfo... entityInfos)
           
 Object load(EntityInfo entityInfo)
           
 

Method Detail

init

void init(org.hibernate.Session session,
          SearchFactoryImplementor searchFactoryImplementor)

load

Object load(EntityInfo entityInfo)

load

List load(EntityInfo... entityInfos)


Copyright © 2011 Hibernate. All Rights Reserved.