Interface PropertyAccess

    • Method Detail

      • getPropertyAccessStrategy

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

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

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