接口的使用
org.hibernate.proxy.HibernateProxy
-
使用HibernateProxy的程序包 程序包 说明 org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist -
-
org.hibernate.proxy中HibernateProxy的使用
返回HibernateProxy的org.hibernate.proxy中的方法 修饰符和类型 方法 说明 HibernateProxyProxyFactory. getProxy(Serializable id, SharedSessionContractImplementor session)Create a new proxy instance -
org.hibernate.proxy.map中HibernateProxy的使用
实现HibernateProxy的org.hibernate.proxy.map中的类 修饰符和类型 类 说明 classMapProxyProxy for "dynamic-map" entity representations.返回HibernateProxy的org.hibernate.proxy.map中的方法 修饰符和类型 方法 说明 HibernateProxyMapProxyFactory. getProxy(Serializable id, SharedSessionContractImplementor session) -
org.hibernate.proxy.pojo.bytebuddy中HibernateProxy的使用
返回HibernateProxy的org.hibernate.proxy.pojo.bytebuddy中的方法 修饰符和类型 方法 说明 HibernateProxyByteBuddyProxyHelper. deserializeProxy(SerializableProxy serializableProxy)HibernateProxyByteBuddyProxyFactory. getProxy(Serializable id, SharedSessionContractImplementor session) -
org.hibernate.proxy.pojo.javassist中HibernateProxy的使用
返回HibernateProxy的org.hibernate.proxy.pojo.javassist中的方法 修饰符和类型 方法 说明 static HibernateProxyJavassistProxyFactory. deserializeProxy(SerializableProxy serializableProxy)HibernateProxyJavassistProxyFactory. getProxy(Serializable id, SharedSessionContractImplementor session)
-