Interface ReflectionOptimizer


@Deprecated(since="7.4", forRemoval=true) @Remove public 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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents optimized entity property access.
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents optimized entity instantiation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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

      Deprecated, for removal: This API element is subject to removal in a future version.
      Retrieve the optimizer for accessing the entity's persistent state.