Uses of Interface
org.hibernate.proxy.ProxyFactory
Packages that use ProxyFactory
Package
Description
Byte Buddy support internals
Package defining bytecode code enhancement (instrumentation) support.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Proxies for entity objects represented as Java maps.
-
Uses of ProxyFactory in org.hibernate.bytecode.internal.bytebuddy
Methods in org.hibernate.bytecode.internal.bytebuddy that return ProxyFactoryModifier and TypeMethodDescriptionProxyFactoryFactoryImpl.buildProxyFactory
(SessionFactoryImplementor sessionFactory) -
Uses of ProxyFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return ProxyFactoryModifier and TypeMethodDescriptionProxyFactoryFactory.buildProxyFactory
(SessionFactoryImplementor sessionFactory) Build a proxy factory specifically for handling runtime lazy loading. -
Uses of ProxyFactory in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return ProxyFactoryModifier and TypeMethodDescriptionEntityRepresentationStrategyMap.getProxyFactory()
EntityRepresentationStrategyPojoStandard.getProxyFactory()
-
Uses of ProxyFactory in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return ProxyFactoryModifier and TypeMethodDescriptionEntityRepresentationStrategy.getProxyFactory()
Create the delegate capable of producing proxies for the given entity -
Uses of ProxyFactory in org.hibernate.proxy.map
Classes in org.hibernate.proxy.map that implement ProxyFactory -
Uses of ProxyFactory in org.hibernate.proxy.pojo.bytebuddy
Classes in org.hibernate.proxy.pojo.bytebuddy that implement ProxyFactory