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,
ObjectsInitializer objectsInitializer,
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, ObjectsInitializer objectsInitializer, 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 Loader
public List load(EntityInfo... entityInfos)
public boolean isSizeSafe()
isSizeSafe
in interface Loader
Copyright © 2006–2015 Hibernate. All rights reserved.