Class GetterFieldImpl
java.lang.Object
org.hibernate.property.access.spi.GetterFieldImpl
- All Implemented Interfaces:
Serializable, Getter
- Direct Known Subclasses:
EnhancedGetterFieldImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable ObjectGet the property value from the given owner instance.getField()@Nullable ObjectgetForInsert(Object owner, Map<Object, Object> mergeMap, SharedSessionContractImplementor session) Get the property value from the given owner instance.Retrieve the member to which this property maps.@Nullable MethodRetrieve the getter-method.@Nullable StringRetrieve the getter-method name.Retrieve the declared Java typeClass<?> Retrieve the declared Java type class
-
Constructor Details
-
GetterFieldImpl
-
-
Method Details
-
get
-
getReturnTypeClass
Description copied from interface:GetterRetrieve the declared Java type class- Specified by:
getReturnTypeClassin interfaceGetter- Returns:
- The declared java type class.
-
getReturnType
Description copied from interface:GetterRetrieve the declared Java type- Specified by:
getReturnTypein interfaceGetter- Returns:
- The declared java type.
-
getField
-
getMember
-
getMethodName
Description copied from interface:GetterRetrieve the getter-method name.Optional operation (may return
null)- Specified by:
getMethodNamein interfaceGetter- Returns:
- The name of the getter method, or
null.
-
getMethod
-