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.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
Modifier and Type | Method and Description |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizer.getInstantiationOptimizer() |
Modifier and Type | Class and Description |
---|---|
class |
InstantiationOptimizerAdapter
Deprecated.
Per HHH-5451 support for cglib as a bytecode provider has been deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizerImpl.getInstantiationOptimizer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizerImpl.getInstantiationOptimizer() |
Constructor and Description |
---|
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer,
ReflectionOptimizer.AccessOptimizer accessOptimizer) |
Constructor and Description |
---|
PojoInstantiator(Component component,
ReflectionOptimizer.InstantiationOptimizer optimizer) |
PojoInstantiator(PersistentClass persistentClass,
ReflectionOptimizer.InstantiationOptimizer optimizer) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved