Class SetterMethodImpl
- java.lang.Object
-
- org.hibernate.property.access.spi.SetterMethodImpl
-
- All Implemented Interfaces:
Serializable
,Setter
- Direct Known Subclasses:
EnhancedSetterMethodImpl
@Internal public class SetterMethodImpl extends Object implements Setter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetterMethodImpl(Class<?> containerClass, String propertyName, Method setterMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getContainerClass()
Method
getMethod()
Optional operation (may returnnull
)String
getMethodName()
Optional operation (may returnnull
)void
set(Object target, Object value)
-
-
-
Method Detail
-
getContainerClass
public Class<?> getContainerClass()
-
getMethodName
public String getMethodName()
Description copied from interface:Setter
Optional operation (may returnnull
)- Specified by:
getMethodName
in interfaceSetter
-
-