站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Interface org.hibernate.bytecode.ProxyFactoryFactory (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Interface
org.hibernate.bytecode.ProxyFactoryFactory

Packages that use ProxyFactoryFactory
org.hibernate.bytecode This package defines the API for plugging in bytecode libraries for usage by Hibernate. 
org.hibernate.bytecode.cglib   
org.hibernate.bytecode.javassist   
 

Uses of ProxyFactoryFactory in org.hibernate.bytecode
 

Methods in org.hibernate.bytecode that return ProxyFactoryFactory
 ProxyFactoryFactory BytecodeProvider.getProxyFactoryFactory()
          Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
 

Uses of ProxyFactoryFactory in org.hibernate.bytecode.cglib
 

Classes in org.hibernate.bytecode.cglib that implement ProxyFactoryFactory
 class ProxyFactoryFactoryImpl
          A factory for CGLIB-based ProxyFactory instances.
 

Methods in org.hibernate.bytecode.cglib that return ProxyFactoryFactory
 ProxyFactoryFactory BytecodeProviderImpl.getProxyFactoryFactory()
           
 

Uses of ProxyFactoryFactory in org.hibernate.bytecode.javassist
 

Methods in org.hibernate.bytecode.javassist that return ProxyFactoryFactory
 ProxyFactoryFactory BytecodeProviderImpl.getProxyFactoryFactory()