Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.proxy.map
Class MapLazyInitializer  view MapLazyInitializer download MapLazyInitializer.java

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

public class MapLazyInitializer
extends org.hibernate.proxy.AbstractLazyInitializer
implements java.io.Serializable

Lazy initializer for "dynamic-map" entity representations.


Field Summary
 
Fields inherited from class org.hibernate.proxy.AbstractLazyInitializer
 
Constructor Summary
(package private) MapLazyInitializer(java.lang.String entityName, java.io.Serializable id, org.hibernate.engine.SessionImplementor session)
           
 
Method Summary
 java.util.Map getMap()
           
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapLazyInitializer

MapLazyInitializer(java.lang.String entityName,
                   java.io.Serializable id,
                   org.hibernate.engine.SessionImplementor session)
Method Detail

getMap

public java.util.Map getMap()

getPersistentClass

public java.lang.Class getPersistentClass()
Description copied from interface: org.hibernate.proxy.LazyInitializer
Get the actual class of the entity (don't use this, use the entityName)

Specified by:
getPersistentClass in interface org.hibernate.proxy.LazyInitializer