Interface ReflectionOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed in 8.0
Represents reflection optimization for a particular class.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.Represents optimized entity property access.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.Represents optimized entity instantiation. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Retrieve the optimizer for accessing the entity's persistent state.Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the optimizer for calling an entity's constructor via reflection.
-
Method Details
-
getInstantiationOptimizer
ReflectionOptimizer.InstantiationOptimizer getInstantiationOptimizer()Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the optimizer for calling an entity's constructor via reflection. -
getAccessOptimizer
ReflectionOptimizer.AccessOptimizer getAccessOptimizer()Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the optimizer for accessing the entity's persistent state.
-