| Interfaces | |
|---|---|
| HibernateProxy | Marker interface for entity proxies |
| LazyInitializer | Handles fetching of the underlying entity for a proxy |
| ProxyFactory | No description provided. |
| Classes | |
|---|---|
| AbstractLazyInitializer | No description provided. |
| BasicLazyInitializer | Lazy initializer for POJOs |
| CGLIBLazyInitializer | A LazyInitializer implemented using the CGLIB bytecode generation library |
| CGLIBProxyFactory | No description provided. |
| Dom4jLazyInitializer | Lazy initializer for "dom4j" entity representations. |
| Dom4jProxy | Proxy for "dom4j" entity representations. |
| Dom4jProxyFactory | Builds proxies for "dom4j" entity representations. |
| HibernateProxyHelper | Utility methods for working with proxies. |
| MapLazyInitializer | Lazy initializer for "dynamic-map" entity representations. |
| MapProxy | Proxy for "dynamic-map" entity representations. |
| MapProxyFactory | No description provided. |
| SerializableProxy | Serializable placeholder for CGLIB proxies |