public interface ProxyFactoryFactory
proxy factory
instances.
Currently used to abstract from the tupizer whether we are using Byte Buddy or
Javassist for lazy proxy generation.Modifier and Type | Method and Description |
---|---|
BasicProxyFactory |
buildBasicProxyFactory(Class superClass,
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(Class superClass, Class[] interfaces)
superClass
- The abstract super class (or null if none).interfaces
- Interfaces to be proxied (or null if none).Copyright © 2019 JBoss by Red Hat. All rights reserved.