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(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.transform.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(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager)
public void init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.transform.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–2014 Hibernate. All rights reserved.