Class SetterMethodImpl
- java.lang.Object
-
- org.hibernate.property.access.spi.SetterMethodImpl
-
- All Implemented Interfaces:
java.io.Serializable,Setter
public class SetterMethodImpl extends java.lang.Object implements Setter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetterMethodImpl(java.lang.Class containerClass, java.lang.String propertyName, java.lang.reflect.Method setterMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodgetMethod()Optional operation (may returnnull)java.lang.StringgetMethodName()Optional operation (may returnnull)voidset(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)Set the property value from the given instance
-
-
-
Method Detail
-
set
public void set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)Description copied from interface:SetterSet the property value from the given instance
-
getMethodName
public java.lang.String getMethodName()
Description copied from interface:SetterOptional operation (may returnnull)- Specified by:
getMethodNamein interfaceSetter
-
-