|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |