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 ProxyFactory
ProxyFactoryFactory. 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 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
-
Uses of ProxyFactory in org.hibernate.proxy.pojo.javassist
Classes in org.hibernate.proxy.pojo.javassist that implement ProxyFactory Modifier and Type Class Description class
JavassistProxyFactory
AProxyFactory
implementation 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 ProxyFactory
AbstractEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.protected ProxyFactory
DynamicMapEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
protected ProxyFactory
PojoEntityTuplizer. buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
protected ProxyFactory
PojoEntityTuplizer. buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
ProxyFactory
AbstractEntityTuplizer. getProxyFactory()
default ProxyFactory
EntityTuplizer. getProxyFactory()
-