Uses of Interface
org.hibernate.bytecode.spi.ReflectionOptimizer
Packages that use ReflectionOptimizer
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
-
Uses of ReflectionOptimizer in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return ReflectionOptimizerModifier and TypeMethodDescription@Nullable ReflectionOptimizerBytecodeProvider.getReflectionOptimizer(Class<?> clazz, Map<String, PropertyAccess> propertyAccessMap) Deprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0BytecodeProvider.getReflectionOptimizer(Class clazz, String[] getterNames, String[] setterNames, Class[] types) Deprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0 -
Uses of ReflectionOptimizer in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return ReflectionOptimizerModifier and TypeMethodDescriptionEmbeddableRepresentationStrategy.getReflectionOptimizer()Deprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0ManagedTypeRepresentationStrategy.getReflectionOptimizer()Deprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0