类 PropertyAccessMixedImpl

    • 方法详细资料

      • fieldOrNull

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

        protected static javax.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()
        从接口复制的说明: PropertyAccess
        Obtain the delegate for getting values for the described persistent property
        指定者:
        getGetter 在接口中 PropertyAccess
        返回:
        The property getter
      • getSetter

        public Setter getSetter()
        从接口复制的说明: PropertyAccess
        Obtain the delegate for setting values for the described persistent property
        指定者:
        getSetter 在接口中 PropertyAccess
        返回:
        The property setter