| 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 |
| Modifier and Type | Method and Description |
|---|---|
ProxyFactoryFactory |
BytecodeProvider.getProxyFactoryFactory()
Retrieve the specific factory for this provider capable of
generating run-time proxies for lazy-loading purposes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyFactoryFactoryImpl
Deprecated.
Per HHH-5451 support for cglib as a bytecode provider has been deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyFactoryFactory |
BytecodeProviderImpl.getProxyFactoryFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyFactoryFactory |
BytecodeProviderImpl.getProxyFactoryFactory() |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved