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(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, 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(List<EntityInfo> entityInfos)
public abstract List executeLoad(List<EntityInfo> entityInfo)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved