Uses of Class
org.hibernate.proxy.AbstractLazyInitializer

Packages that use AbstractLazyInitializer
org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies. 
org.hibernate.proxy.dom4j   
org.hibernate.proxy.map   
org.hibernate.proxy.pojo   
org.hibernate.proxy.pojo.cglib   
org.hibernate.proxy.pojo.javassist   
 

Uses of AbstractLazyInitializer in org.hibernate.proxy
 

Methods in org.hibernate.proxy with parameters of type AbstractLazyInitializer
protected  void AbstractSerializableProxy.setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer li)
          Set the read-only/modifiable setting from this object in an AbstractLazyInitializer.
 

Uses of AbstractLazyInitializer in org.hibernate.proxy.dom4j
 

Subclasses of AbstractLazyInitializer in org.hibernate.proxy.dom4j
 class Dom4jLazyInitializer
          Lazy initializer for "dom4j" entity representations.
 

Uses of AbstractLazyInitializer in org.hibernate.proxy.map
 

Subclasses of AbstractLazyInitializer in org.hibernate.proxy.map
 class MapLazyInitializer
          Lazy initializer for "dynamic-map" entity representations.
 

Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo
 

Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo
 class BasicLazyInitializer
          Lazy initializer for POJOs
 

Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo.cglib
 

Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo.cglib
 class CGLIBLazyInitializer
          Deprecated. Per HHH-5451 support for cglib as a bytecode provider has been deprecated.
 

Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo.javassist
 

Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo.javassist
 class JavassistLazyInitializer
          A Javassist-based lazy initializer proxy.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.