Class SetterFieldImpl
java.lang.Object
org.hibernate.property.access.spi.SetterFieldImpl
- All Implemented Interfaces:
Serializable
,Setter
- Direct Known Subclasses:
EnhancedSetterImpl
Field-based implementation of Setter
- See Also:
-
Constructor Details
-
SetterFieldImpl
-
-
Method Details
-
getContainerClass
-
getPropertyName
-
getField
-
set
-
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
)
-