Class EnhancedGetterFieldImpl
java.lang.Object
org.hibernate.property.access.spi.GetterFieldImpl
org.hibernate.property.access.spi.EnhancedGetterFieldImpl
- All Implemented Interfaces:
Serializable, Getter
-
Constructor Summary
ConstructorsConstructorDescriptionEnhancedGetterFieldImpl(Class<?> containerClass, String propertyName, Field field, Method getterMethod) -
Method Summary
Methods inherited from class GetterFieldImpl
get, getField, getForInsert, getMethodName, getReturnType, getReturnTypeClass
-
Constructor Details
-
EnhancedGetterFieldImpl
-
-
Method Details
-
getMethod
-
getMember
Description copied from interface:GetterRetrieve the member to which this property maps. This might be the field or it might be the getter method.Optional operation (may return
null)- Specified by:
getMemberin interfaceGetter- Overrides:
getMemberin classGetterFieldImpl- Returns:
- The mapped member, or
null.
-