org.hibernate.proxy.map
Class MapLazyInitializer
java.lang.Object
   org.hibernate.proxy.AbstractLazyInitializer
org.hibernate.proxy.AbstractLazyInitializer
       org.hibernate.proxy.map.MapLazyInitializer
org.hibernate.proxy.map.MapLazyInitializer
- All Implemented Interfaces: 
- Serializable, LazyInitializer
- public class MapLazyInitializer 
- extends AbstractLazyInitializer- implements Serializable
Lazy initializer for "dynamic-map" entity representations.
- Author:
- Gavin King
- See Also:
- Serialized Form
 
| Methods inherited from class org.hibernate.proxy.AbstractLazyInitializer | 
| getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isReadOnly, isReadOnlyBeforeAttachedToSession, isReadOnlySettingAvailable, isUninitialized, isUnwrap, setIdentifier, setImplementation, setReadOnly, setSession, setUnwrap, unsetSession | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getMap
public Map getMap()
- 
 
- 
 
getPersistentClass
public Class getPersistentClass()
- Description copied from interface: LazyInitializer
- Get the actual class of the entity.  Generally, LazyInitializer.getEntityName()should be used instead.
 
- 
- Specified by:
- getPersistentClassin interface- LazyInitializer
 
- 
- Returns:
- The actual entity class.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.