Uses of Interface
org.hibernate.proxy.HibernateProxy
-
Packages that use HibernateProxy Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map Proxies for entity objects represented as Java maps.org.hibernate.proxy.pojo.bytebuddy -
-
Uses of HibernateProxy in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return HibernateProxy Modifier and Type Method Description static HibernateProxyManagedTypeHelper. asHibernateProxy(Object entity)Cast the object to HibernateProxy (using this is highly preferrable over a direct cast)static HibernateProxyManagedTypeHelper. asHibernateProxyOrNull(Object entity)Cast the object to an HibernateProxy, or return null in case it is not an instance of HibernateProxy -
Uses of HibernateProxy in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return HibernateProxy Modifier and Type Method Description default HibernateProxyPrimeAmongSecondarySupertypes. asHibernateProxy() -
Uses of HibernateProxy in org.hibernate.proxy
Methods in org.hibernate.proxy that return HibernateProxy Modifier and Type Method Description default HibernateProxyHibernateProxy. asHibernateProxy()Special internal contract to optimize type checking.HibernateProxyProxyFactory. getProxy(Object 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 classMapProxyProxy for "dynamic-map" entity representations.Methods in org.hibernate.proxy.map that return HibernateProxy Modifier and Type Method Description HibernateProxyMapProxyFactory. getProxy(Object 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 HibernateProxyByteBuddyProxyHelper. deserializeProxy(SerializableProxy serializableProxy)HibernateProxyByteBuddyProxyFactory. getProxy(Object id, SharedSessionContractImplementor session)
-