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.Method
getMethod()
Optional operation (may returnnull
)java.lang.String
getMethodName()
Optional operation (may returnnull
)void
set(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:Setter
Set the property value from the given instance
-
getMethodName
public java.lang.String getMethodName()
Description copied from interface:Setter
Optional operation (may returnnull
)- Specified by:
getMethodName
in interfaceSetter
-
-