public interface ObjectInitializer
EntityInfo instances.| Modifier and Type | Field and Description |
|---|---|
static Object |
ENTITY_NOT_YET_INITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeObjects(List<EntityInfo> entityInfos,
LinkedHashMap<EntityInfoLoadKey,Object> idToObjectMap,
ObjectInitializationContext objectInitializationContext)
Given a array of
|
static final Object ENTITY_NOT_YET_INITIALIZED
void initializeObjects(List<EntityInfo> entityInfos, LinkedHashMap<EntityInfoLoadKey,Object> idToObjectMap, ObjectInitializationContext objectInitializationContext)
entityInfos - the EntityInfo instances to initializeidToObjectMap - map keeping to store the loaded entities inobjectInitializationContext - gives access to the resources needed in the context of entity initializationCopyright © 2006–2016 Hibernate. All rights reserved.