Class PropertyAccessMixedImpl

    • Method Detail

      • fieldOrNull

        protected static Field fieldOrNull​(Class<?> containerJavaType,
                                           String propertyName)
      • getAccessType

        protected static jakarta.persistence.AccessType getAccessType​(Class<?> containerJavaType,
                                                                      String propertyName)
      • fieldGetter

        protected Getter fieldGetter​(Class<?> containerJavaType,
                                     String propertyName,
                                     Field field)
      • fieldSetter

        protected Setter fieldSetter​(Class<?> containerJavaType,
                                     String propertyName,
                                     Field field)
      • propertyGetter

        protected Getter propertyGetter​(Class<?> containerJavaType,
                                        String propertyName,
                                        Method method)
      • propertySetter

        protected Setter propertySetter​(Class<?> containerJavaType,
                                        String propertyName,
                                        Method method)
      • 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