Uses of Interface
org.hibernate.proxy.HibernateProxy
-
Packages that use HibernateProxy Package Description org.hibernate.proxy org.hibernate.proxy.map org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist -
-
Uses of HibernateProxy in org.hibernate.proxy
Methods in org.hibernate.proxy that return HibernateProxy Modifier and Type Method Description HibernateProxy
ProxyFactory. getProxy(java.io.Serializable id, SharedSessionContractImplementor session)
Create a new proxy instance -
Uses of HibernateProxy in org.hibernate.proxy.map
Classes in org.hibernate.proxy.map that implement HibernateProxy Modifier and Type Class Description class
MapProxy
Proxy for "dynamic-map" entity representations.Methods in org.hibernate.proxy.map that return HibernateProxy Modifier and Type Method Description HibernateProxy
MapProxyFactory. getProxy(java.io.Serializable id, SharedSessionContractImplementor session)
-
Uses of HibernateProxy in org.hibernate.proxy.pojo.bytebuddy
Methods in org.hibernate.proxy.pojo.bytebuddy that return HibernateProxy Modifier and Type Method Description HibernateProxy
ByteBuddyProxyHelper. deserializeProxy(SerializableProxy serializableProxy)
HibernateProxy
ByteBuddyProxyFactory. getProxy(java.io.Serializable id, SharedSessionContractImplementor session)
-
Uses of HibernateProxy in org.hibernate.proxy.pojo.javassist
Methods in org.hibernate.proxy.pojo.javassist that return HibernateProxy Modifier and Type Method Description static HibernateProxy
JavassistProxyFactory. deserializeProxy(SerializableProxy serializableProxy)
HibernateProxy
JavassistProxyFactory. getProxy(java.io.Serializable id, SharedSessionContractImplementor session)
-