类 SetterMethodImpl

    • 构造器详细资料

      • SetterMethodImpl

        public SetterMethodImpl​(Class containerClass,
                                String propertyName,
                                Method setterMethod)
    • 方法详细资料

      • set

        public void set​(Object target,
                        Object value,
                        SessionFactoryImplementor factory)
        从接口复制的说明: Setter
        Set the property value from the given instance
        指定者:
        set 在接口中 Setter
        参数:
        target - The instance upon which to set the given value.
        value - The value to be set on the target.
        factory - The session factory from which this request originated.
      • getMethodName

        public String getMethodName()
        从接口复制的说明: Setter
        Optional operation (may return null)
        指定者:
        getMethodName 在接口中 Setter
      • getMethod

        public Method getMethod()
        从接口复制的说明: Setter
        Optional operation (may return null)
        指定者:
        getMethod 在接口中 Setter