| Package | Description | 
|---|---|
| org.hibernate.bytecode.internal.javassist | 
 Javassist support internals 
 | 
| org.hibernate.bytecode.spi | 
 Package defining bytecode code enhancement (instrumentation) support. 
 | 
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo.javassist | |
| org.hibernate.tuple.entity | 
| 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  | 
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)  | 
protected abstract ProxyFactory | 
AbstractEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo,
                 Getter idGetter,
                 Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity. 
 | 
protected ProxyFactory | 
DynamicMapEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo,
                 Getter idGetter,
                 Setter idSetter)  | 
protected ProxyFactory | 
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
                 Getter idGetter,
                 Setter idSetter)  | 
protected abstract ProxyFactory | 
AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
                 Getter idGetter,
                 Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity. 
 | 
protected ProxyFactory | 
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
                 Getter idGetter,
                 Setter idSetter)  | 
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.