Uses of Interface
org.hibernate.proxy.ProxyFactory
-
Packages that use ProxyFactory Package Description org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.metamodel.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.proxy.map Proxies for entity objects represented as Java maps.org.hibernate.proxy.pojo.bytebuddy -
-
Uses of ProxyFactory in org.hibernate.bytecode.internal.bytebuddy
Methods in org.hibernate.bytecode.internal.bytebuddy that return ProxyFactory Modifier and Type Method Description ProxyFactory
ProxyFactoryFactoryImpl. buildProxyFactory(SessionFactoryImplementor sessionFactory)
-
Uses of ProxyFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return ProxyFactory Modifier and Type Method Description ProxyFactory
ProxyFactoryFactory. 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 ProxyFactory Modifier and Type Method Description ProxyFactory
EntityRepresentationStrategyMap. getProxyFactory()
ProxyFactory
EntityRepresentationStrategyPojoStandard. getProxyFactory()
-
Uses of ProxyFactory in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return ProxyFactory Modifier and Type Method Description ProxyFactory
EntityRepresentationStrategy. 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 Modifier and Type Class Description class
MapProxyFactory
-
Uses of ProxyFactory in org.hibernate.proxy.pojo.bytebuddy
Classes in org.hibernate.proxy.pojo.bytebuddy that implement ProxyFactory Modifier and Type Class Description class
ByteBuddyProxyFactory
-