| 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  | AbstractLazyInitializerConvenience 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  | MapLazyInitializerLazy initializer for "dynamic-map" entity representations. | 
| Modifier and Type | Method and Description | 
|---|---|
| LazyInitializer | MapProxy. getHibernateLazyInitializer() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicLazyInitializerLazy initializer for POJOs | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JavassistLazyInitializerA Javassist-based lazy initializer proxy. | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.