public class MapLazyInitializer extends AbstractLazyInitializer implements Serializable
Lazy initializer for "dynamic-map" entity representations.
| Modifier and Type | Method and Description |
|---|---|
Map |
getMap() |
Class |
getPersistentClass()
Get the actual class of the entity.
|
getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isReadOnly, isReadOnlyBeforeAttachedToSession, isReadOnlySettingAvailable, isUninitialized, isUnwrap, permissiveInitialization, prepareForPossibleLoadingOutsideTransaction, setIdentifier, setImplementation, setReadOnly, setSession, setUnwrap, unsetSessionpublic Map getMap()
public Class getPersistentClass()
LazyInitializerGet the actual class of the entity. Generally, LazyInitializer.getEntityName() should be used instead.
getPersistentClass in interface LazyInitializerCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.