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()MethodgetMethod()Optional operation (may returnnull)StringgetMethodName()Optional operation (may returnnull)voidset(Object target, Object value)
-
-
-
Method Detail
-
getContainerClass
public Class<?> getContainerClass()
-
getMethodName
public String getMethodName()
Description copied from interface:SetterOptional operation (may returnnull)- Specified by:
getMethodNamein interfaceSetter
-
-