org.hibernate.search.query.hibernate.impl
public class ProjectionLoader extends Object implements Loader
Loader interface used for loading entities which are projected via
ProjectionConstants.THIS.| Constructor and Description |
|---|
ProjectionLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectsInitializer objectsInitializer,
TimeoutManager timeoutManager) |
void |
init(Session session,
SearchFactoryImplementor searchFactoryImplementor,
ResultTransformer transformer,
ObjectLoaderBuilder loaderBuilder,
String[] aliases,
TimeoutManager timeoutManager) |
boolean |
isSizeSafe() |
List |
load(EntityInfo... entityInfos) |
Object |
load(EntityInfo entityInfo) |
Object |
loadWithoutTiming(EntityInfo entityInfo) |
public void init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
public void init(Session session, SearchFactoryImplementor searchFactoryImplementor, ResultTransformer transformer, ObjectLoaderBuilder loaderBuilder, String[] aliases, TimeoutManager timeoutManager)
public Object load(EntityInfo entityInfo)
public Object loadWithoutTiming(EntityInfo entityInfo)
loadWithoutTiming in interface Loaderpublic List load(EntityInfo... entityInfos)
public boolean isSizeSafe()
isSizeSafe in interface LoaderCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved