Modifier and Type | Method and Description |
---|---|
ProxyFactory |
ProxyFactoryFactoryImpl.buildProxyFactory()
Builds a Javassist-based proxy factory.
|
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
ProxyFactoryFactory.buildProxyFactory()
Build a proxy factory specifically for handling runtime
lazy loading.
|
Modifier and Type | Class and Description |
---|---|
class |
Dom4jProxyFactory
Builds proxies for "dom4j" entity representations.
|
Modifier and Type | Class and Description |
---|---|
class |
MapProxyFactory |
Modifier and Type | Class and Description |
---|---|
class |
JavassistProxyFactory
A
ProxyFactory implementation for producing Javassist-based proxies. |
Modifier and Type | Method and Description |
---|---|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(EntityBinding entityBinding,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.
|
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactoryInternal(EntityBinding entityBinding,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
AbstractEntityTuplizer.getProxyFactory() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.