接口的使用
org.hibernate.proxy.ProxyFactory
-
使用ProxyFactory的程序包 程序包 说明 org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.javassist Javassist support internalsorg.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 -
-
org.hibernate.bytecode.internal.bytebuddy中ProxyFactory的使用
返回ProxyFactory的org.hibernate.bytecode.internal.bytebuddy中的方法 修饰符和类型 方法 说明 ProxyFactoryProxyFactoryFactoryImpl. buildProxyFactory(SessionFactoryImplementor sessionFactory) -
org.hibernate.bytecode.internal.javassist中ProxyFactory的使用
返回ProxyFactory的org.hibernate.bytecode.internal.javassist中的方法 修饰符和类型 方法 说明 ProxyFactoryProxyFactoryFactoryImpl. buildProxyFactory(SessionFactoryImplementor sessionFactory)Builds a Javassist-based proxy factory. -
org.hibernate.bytecode.spi中ProxyFactory的使用
返回ProxyFactory的org.hibernate.bytecode.spi中的方法 修饰符和类型 方法 说明 ProxyFactoryProxyFactoryFactory. buildProxyFactory(SessionFactoryImplementor sessionFactory)Build a proxy factory specifically for handling runtime lazy loading. -
org.hibernate.proxy.map中ProxyFactory的使用
实现ProxyFactory的org.hibernate.proxy.map中的类 修饰符和类型 类 说明 classMapProxyFactory -
org.hibernate.proxy.pojo.bytebuddy中ProxyFactory的使用
实现ProxyFactory的org.hibernate.proxy.pojo.bytebuddy中的类 修饰符和类型 类 说明 classByteBuddyProxyFactory -
org.hibernate.proxy.pojo.javassist中ProxyFactory的使用
实现ProxyFactory的org.hibernate.proxy.pojo.javassist中的类 修饰符和类型 类 说明 classJavassistProxyFactoryAProxyFactoryimplementation for producing Javassist-based proxies. -
org.hibernate.tuple.entity中ProxyFactory的使用
返回ProxyFactory的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 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()
-