| Package | Description |
|---|---|
| org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo.bytebuddy | |
| org.hibernate.proxy.pojo.javassist |
| Modifier and Type | Method and Description |
|---|---|
HibernateProxy |
ProxyFactory.getProxy(Serializable id,
SharedSessionContractImplementor session)
Create a new proxy instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapProxy
Proxy for "dynamic-map" entity representations.
|
| Modifier and Type | Method and Description |
|---|---|
HibernateProxy |
MapProxyFactory.getProxy(Serializable id,
SharedSessionContractImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
HibernateProxy |
ByteBuddyProxyHelper.deserializeProxy(SerializableProxy serializableProxy) |
HibernateProxy |
ByteBuddyProxyFactory.getProxy(Serializable id,
SharedSessionContractImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
static HibernateProxy |
JavassistProxyFactory.deserializeProxy(SerializableProxy serializableProxy) |
HibernateProxy |
JavassistProxyFactory.getProxy(Serializable id,
SharedSessionContractImplementor session) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.