|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectionOptimizer.InstantiationOptimizer | |
---|---|
org.hibernate.bytecode.internal.javassist | |
org.hibernate.bytecode.spi | |
org.hibernate.tuple | This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. |
Uses of ReflectionOptimizer.InstantiationOptimizer in org.hibernate.bytecode.internal.javassist |
---|
Classes in org.hibernate.bytecode.internal.javassist that implement ReflectionOptimizer.InstantiationOptimizer | |
---|---|
class |
InstantiationOptimizerAdapter
The ReflectionOptimizer.InstantiationOptimizer implementation for Javassist
which simply acts as an adapter to the FastClass class. |
Methods in org.hibernate.bytecode.internal.javassist that return ReflectionOptimizer.InstantiationOptimizer | |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizerImpl.getInstantiationOptimizer()
|
Constructors in org.hibernate.bytecode.internal.javassist with parameters of type ReflectionOptimizer.InstantiationOptimizer | |
---|---|
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer,
ReflectionOptimizer.AccessOptimizer accessOptimizer)
|
Uses of ReflectionOptimizer.InstantiationOptimizer in org.hibernate.bytecode.spi |
---|
Methods in org.hibernate.bytecode.spi that return ReflectionOptimizer.InstantiationOptimizer | |
---|---|
ReflectionOptimizer.InstantiationOptimizer |
ReflectionOptimizer.getInstantiationOptimizer()
|
Uses of ReflectionOptimizer.InstantiationOptimizer in org.hibernate.tuple |
---|
Constructors in org.hibernate.tuple with parameters of type ReflectionOptimizer.InstantiationOptimizer | |
---|---|
PojoInstantiator(Component component,
ReflectionOptimizer.InstantiationOptimizer optimizer)
|
|
PojoInstantiator(EntityBinding entityBinding,
ReflectionOptimizer.InstantiationOptimizer optimizer)
|
|
PojoInstantiator(PersistentClass persistentClass,
ReflectionOptimizer.InstantiationOptimizer optimizer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |