Class SetterMethodImpl
java.lang.Object
org.hibernate.property.access.spi.SetterMethodImpl
- All Implemented Interfaces:
Serializable
,Setter
- Direct Known Subclasses:
EnhancedSetterMethodImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSetterMethodImpl
(Class<?> containerClass, String propertyName, Method setterMethod) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Optional operation (may returnnull
)Optional operation (may returnnull
)void
-
Constructor Details
-
SetterMethodImpl
-
-
Method Details
-
set
-
getContainerClass
-
getMethodName
Description copied from interface:Setter
Optional operation (may returnnull
)- Specified by:
getMethodName
in interfaceSetter
-
getMethod
Description copied from interface:Setter
Optional operation (may returnnull
)
-