| Name | Description | Type | Package | Framework |
| AbstractLazyInitializer | Convenience base class for lazy initialization handlers. | Class | org.hibernate.proxy | Hibernate ORM |
| AbstractSerializableProxy | Convenience base class for SerializableProxy. | Class | org.hibernate.proxy | Hibernate ORM |
| BasicLazyInitializer | Class | org.hibernate.proxy.pojo | Hibernate ORM | |
| Dom4jLazyInitializer | Lazy initializer for dom4j entity representations. | Class | org.hibernate.proxy.dom4j | Hibernate ORM |
| Dom4jProxy | Proxy for dom4j entity representations. | Class | org.hibernate.proxy.dom4j | Hibernate ORM |
| Dom4jProxyFactory | Builds proxies for dom4j entity representations. | Class | org.hibernate.proxy.dom4j | Hibernate ORM |
| EntityNotFoundDelegate | Delegate to handle the scenario of an entity not found by a specified id. | Interface | org.hibernate.proxy | Hibernate ORM |
| HibernateProxy | Interface | org.hibernate.proxy | Hibernate ORM | |
| HibernateProxyHelper | Utility methods for working with proxies. | Class | org.hibernate.proxy | Hibernate ORM |
| JavassistLazyInitializer | A Javassist-based lazy initializer proxy. | Class | org.hibernate.proxy.pojo.javassist | Hibernate ORM |
| JavassistProxyFactory | A ProxyFactory implementation for producing Javassist-based proxies. | Class | org.hibernate.proxy.pojo.javassist | Hibernate ORM |
| LazyInitializer | Interface | org.hibernate.proxy | Hibernate ORM | |
| MapLazyInitializer | Lazy initializer for dynamic-map entity representations. | Class | org.hibernate.proxy.map | Hibernate ORM |
| MapProxy | Proxy for dynamic-map entity representations. | Class | org.hibernate.proxy.map | Hibernate ORM |
| MapProxyFactory | Class | org.hibernate.proxy.map | Hibernate ORM | |
| ProxyFactory | Contract for run-time, proxy-based lazy initialization proxies. | Interface | org.hibernate.proxy | Hibernate ORM |
| SerializableProxy | Serializable placeholder for Javassist proxiesSee Also:Serialized Form | Class | org.hibernate.proxy.pojo.javassist | Hibernate ORM |