public abstract class AbstractLoader extends Object implements Loader
| Constructor and Description |
|---|
AbstractLoader() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
executeLoad(EntityInfo entityInfo) |
abstract List |
executeLoad(List<EntityInfo> entityInfo) |
void |
init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator) |
Object |
load(EntityInfo entityInfo) |
List |
load(List<EntityInfo> entityInfos) |
Object |
loadWithoutTiming(EntityInfo entityInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, isSizeSafepublic void init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator)
public final Object load(EntityInfo entityInfo)
public Object loadWithoutTiming(EntityInfo entityInfo)
loadWithoutTiming in interface Loaderpublic abstract Object executeLoad(EntityInfo entityInfo)
public List load(List<EntityInfo> entityInfos)
public abstract List executeLoad(List<EntityInfo> entityInfo)
Copyright © 2006–2016 Hibernate. All rights reserved.