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 org.hibernate.proxy.map 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 ProxyFactoryProxyFactoryFactoryImpl. 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 ProxyFactoryProxyFactoryFactory. 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 ProxyFactoryEntityRepresentationStrategyMap. getProxyFactory()ProxyFactoryEntityRepresentationStrategyPojoStandard. getProxyFactory() -
Uses of ProxyFactory in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return ProxyFactory Modifier and Type Method Description ProxyFactoryEntityRepresentationStrategy. 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 classMapProxyFactory -
Uses of ProxyFactory in org.hibernate.proxy.pojo.bytebuddy
Classes in org.hibernate.proxy.pojo.bytebuddy that implement ProxyFactory Modifier and Type Class Description classByteBuddyProxyFactory
-