org.hibernate.proxy.map
Class MapLazyInitializer

java.lang.Object
  extended by org.hibernate.proxy.AbstractLazyInitializer
      extended by org.hibernate.proxy.map.MapLazyInitializer
All Implemented Interfaces:
java.io.Serializable, LazyInitializer

public class MapLazyInitializer
extends AbstractLazyInitializer
implements java.io.Serializable

Lazy initializer for "dynamic-map" entity representations.

Author:
Gavin King
See Also:
Serialized Form

Method Summary
 java.util.Map getMap()
           
 java.lang.Class getPersistentClass()
          Get the actual class of the entity.
 
Methods inherited from class org.hibernate.proxy.AbstractLazyInitializer
getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isUninitialized, isUnwrap, setIdentifier, setImplementation, setSession, setUnwrap, unsetSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMap

public java.util.Map getMap()

getPersistentClass

public java.lang.Class getPersistentClass()
Description copied from interface: LazyInitializer
Get the actual class of the entity. Generally, LazyInitializer.getEntityName() should be used instead.

Specified by:
getPersistentClass in interface LazyInitializer
Returns:
The actual entity class.


Copyright © 2009 Hibernate.org. All Rights Reserved.