Package | Description |
---|---|
org.hibernate.bytecode.internal.javassist |
Javassist support internals
|
org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.entity |
Modifier and Type | Class and Description |
---|---|
class |
InstantiationOptimizerAdapter
The
ReflectionOptimizer.InstantiationOptimizer implementation for Javassist
which simply acts as an adapter to the FastClass class. |
Modifier and Type | Method and Description |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizerImpl.getInstantiationOptimizer() |
Constructor and Description |
---|
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer,
ReflectionOptimizer.AccessOptimizer accessOptimizer)
Constructs a ReflectionOptimizerImpl
|
Modifier and Type | Method and Description |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizer.getInstantiationOptimizer()
Retrieve the optimizer for calling an entity's constructor via reflection.
|
Constructor and Description |
---|
PojoInstantiator(Class mappedClass,
ReflectionOptimizer.InstantiationOptimizer optimizer,
boolean embeddedIdentifier) |
PojoInstantiator(Component component,
ReflectionOptimizer.InstantiationOptimizer optimizer) |
Constructor and Description |
---|
PojoEntityInstantiator(EntityMetamodel entityMetamodel,
PersistentClass persistentClass,
ReflectionOptimizer.InstantiationOptimizer optimizer) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.