| Package | Description | 
|---|---|
| org.hibernate.proxy | 
 
        This package defines a framework for lazy-initializing
        entity proxies. 
 | 
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo | |
| org.hibernate.proxy.pojo.javassist | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractLazyInitializer
Convenience base class for lazy initialization handlers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LazyInitializer | 
HibernateProxy.getHibernateLazyInitializer()
Get the underlying lazy initialization handler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapLazyInitializer
Lazy initializer for "dynamic-map" entity representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LazyInitializer | 
MapProxy.getHibernateLazyInitializer()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicLazyInitializer
Lazy initializer for POJOs 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavassistLazyInitializer
A Javassist-based lazy initializer proxy. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.