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(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, wait
init, isSizeSafe
public void init(Session session, ExtendedSearchIntegrator extendedIntegrator)
public final Object load(EntityInfo entityInfo)
public Object loadWithoutTiming(EntityInfo entityInfo)
loadWithoutTiming
in interface Loader
public abstract Object executeLoad(EntityInfo entityInfo)
public List load(EntityInfo... entityInfos)
public abstract List executeLoad(EntityInfo... entityInfo)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved