org.hibernate.search.query.hibernate.impl
public interface Loader
| Modifier and Type | Method and Description |
|---|---|
void |
init(Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectsInitializer objectsInitializer,
TimeoutManager timeoutManager) |
boolean |
isSizeSafe() |
List |
load(EntityInfo... entityInfos) |
Object |
load(EntityInfo entityInfo) |
Object |
loadWithoutTiming(EntityInfo entityInfo) |
void init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
Object load(EntityInfo entityInfo)
Object loadWithoutTiming(EntityInfo entityInfo)
List load(EntityInfo... entityInfos)
boolean isSizeSafe()
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved