接口 PropertyAccess

    • 方法详细资料

      • getPropertyAccessStrategy

        PropertyAccessStrategy getPropertyAccessStrategy()
        Access to the PropertyAccessStrategy that created this PropertyAccess
        返回:
        The PropertyAccessStrategy that created this PropertyAccess
      • getGetter

        Getter getGetter()
        Obtain the delegate for getting values for the described persistent property
        返回:
        The property getter
      • getSetter

        Setter getSetter()
        Obtain the delegate for setting values for the described persistent property
        返回:
        The property setter