public interface ProxyFactoryFactory
proxy factory instances.
Currently used to abstract from the tupizer whether we are using CGLIB or
Javassist for lazy proxy generation.| Modifier and Type | Method and Description |
|---|---|
BasicProxyFactory |
buildBasicProxyFactory(java.lang.Class superClass,
java.lang.Class[] interfaces)
Build a proxy factory for basic proxy concerns.
|
ProxyFactory |
buildProxyFactory(SessionFactoryImplementor sessionFactory)
Build a proxy factory specifically for handling runtime
lazy loading.
|
ProxyFactory buildProxyFactory(SessionFactoryImplementor sessionFactory)
BasicProxyFactory buildBasicProxyFactory(java.lang.Class superClass, java.lang.Class[] interfaces)
superClass - The abstract super class (or null if none).interfaces - Interfaces to be proxied (or null if none).Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.