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(SessionFactoryImplementor sessionFactory)
Builds a Javassist-based proxy factory.
|
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
ProxyFactoryFactory.buildProxyFactory(SessionFactoryImplementor sessionFactory)
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(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
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 |
PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter) |
protected ProxyFactory |
AbstractEntityTuplizer.getProxyFactory() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.