Class PropertyAccessBasicImpl

    • Method Detail

      • getGetter

        public Getter getGetter()
        Description copied from interface: PropertyAccess
        Obtain the delegate for getting values for the described persistent property
        Specified by:
        getGetter in interface PropertyAccess
        Returns:
        The property getter
      • getSetter

        public Setter getSetter()
        Description copied from interface: PropertyAccess
        Obtain the delegate for setting values for the described persistent property
        Specified by:
        getSetter in interface PropertyAccess
        Returns:
        The property setter