Package | Description |
---|---|
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 | |
org.hibernate.proxy.dom4j | |
org.hibernate.proxy.map | |
org.hibernate.proxy.pojo.cglib | |
org.hibernate.proxy.pojo.javassist | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
ProxyFactoryFactory.buildProxyFactory()
Build a proxy factory specifically for handling runtime
lazy loading.
|
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
ProxyFactoryFactoryImpl.buildProxyFactory()
Deprecated.
Builds a CGLIB-based proxy factory.
|
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
ProxyFactoryFactoryImpl.buildProxyFactory()
Builds a Javassist-based proxy factory.
|
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 |
CGLIBProxyFactory
Deprecated.
Per HHH-5451 support for cglib as a bytecode provider has been deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistProxyFactory
A
ProxyFactory implementation for producing Javassist-based proxies. |
Modifier and Type | Method and Description |
---|---|
protected ProxyFactory |
Dom4jEntityTuplizer.buildProxyFactory(PersistentClass 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(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
AbstractEntityTuplizer.getProxyFactory() |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved