public abstract class AbstractLoader extends Object implements Loader
| Constructor and Description |
|---|
AbstractLoader() |
| Modifier and Type | Method and Description |
|---|---|
abstract List |
executeLoad(EntityInfo... entityInfo) |
abstract Object |
executeLoad(EntityInfo entityInfo) |
void |
init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator) |
List |
load(EntityInfo... entityInfos) |
Object |
load(EntityInfo entityInfo) |
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(EntityInfo... entityInfos)
public abstract List executeLoad(EntityInfo... entityInfo)
Copyright © 2006–2015 Hibernate. All rights reserved.