Uses of Interface
org.hibernate.proxy.HibernateProxy
Packages that use HibernateProxy
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines a framework for lazy-initializing entity proxies.
Proxies for entity objects represented as Java maps.
-
Uses of HibernateProxy in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return HibernateProxyModifier and TypeMethodDescriptiondefault @Nullable HibernateProxy
PrimeAmongSecondarySupertypes.asHibernateProxy()
-
Uses of HibernateProxy in org.hibernate.proxy
Methods in org.hibernate.proxy that return HibernateProxyModifier and TypeMethodDescriptiondefault HibernateProxy
HibernateProxy.asHibernateProxy()
Special internal contract to optimize type checking.ProxyFactory.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 HibernateProxyMethods in org.hibernate.proxy.map that return HibernateProxyModifier and TypeMethodDescriptionMapProxyFactory.getProxy
(Object id, SharedSessionContractImplementor session) -
Uses of HibernateProxy in org.hibernate.proxy.pojo.bytebuddy
Methods in org.hibernate.proxy.pojo.bytebuddy that return HibernateProxyModifier and TypeMethodDescriptionByteBuddyProxyHelper.deserializeProxy
(SerializableProxy proxy) ByteBuddyProxyFactory.getProxy
(Object id, SharedSessionContractImplementor session)