org.hibernate.proxy.map

Class MapLazyInitializer

Implemented Interfaces:
Serializable, LazyInitializer

public class MapLazyInitializer
extends AbstractLazyInitializer
implements Serializable

Lazy initializer for "dynamic-map" entity representations.
Author:
Gavin King

Method Summary

Map
getMap()
Class
getPersistentClass()
Get the actual class of the entity (don't use this, use the entityName)

Methods inherited from class org.hibernate.proxy.AbstractLazyInitializer

getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isUninitialized, isUnwrap, setIdentifier, setImplementation, setSession, setUnwrap

Method Details

getMap

public Map getMap()

getPersistentClass

public Class getPersistentClass()
Get the actual class of the entity (don't use this, use the entityName)
Specified by:
getPersistentClass in interface LazyInitializer