Uses of Interface
org.hibernate.proxy.ProxyFactory
-
Packages that use ProxyFactory Package Description org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.proxy.map org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist org.hibernate.tuple.entity -
-
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.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 -
Uses of ProxyFactory in org.hibernate.proxy.pojo.javassist
Classes in org.hibernate.proxy.pojo.javassist that implement ProxyFactory Modifier and Type Class Description classJavassistProxyFactoryAProxyFactoryimplementation for producing Javassist-based proxies. -
Uses of ProxyFactory in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return ProxyFactory Modifier and Type Method Description protected abstract ProxyFactoryAbstractEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)Build an appropriate ProxyFactory for the given mapped entity.protected ProxyFactoryDynamicMapEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)protected ProxyFactoryPojoEntityTuplizer. buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)protected ProxyFactoryPojoEntityTuplizer. buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)ProxyFactoryAbstractEntityTuplizer. getProxyFactory()default ProxyFactoryEntityTuplizer. getProxyFactory()
-