Class SetterMethodImpl

    • Constructor Detail

      • SetterMethodImpl

        public SetterMethodImpl​(Class containerClass,
                                String propertyName,
                                Method setterMethod)
    • Method Detail

      • set

        public void set​(Object target,
                        Object value,
                        SessionFactoryImplementor factory)
        Description copied from interface: Setter
        Set the property value from the given instance
        Specified by:
        set in interface Setter
        Parameters:
        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()
        Description copied from interface: Setter
        Optional operation (may return null)
        Specified by:
        getMethodName in interface Setter
      • getMethod

        public Method getMethod()
        Description copied from interface: Setter
        Optional operation (may return null)
        Specified by:
        getMethod in interface Setter