Interface Getter
- All Known Implementing Classes:
EnhancedGetterFieldImpl, GetterFieldImpl, GetterMethodImpl
The contract for getting the value of a persistent attribute from its container/owner.
-
Method Summary
Modifier and TypeMethodDescriptionGet the property value from the given owner instance.getForInsert(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.Retrieve the getter-method.Retrieve the getter-method name.Retrieve the declared Java typeClass<?> Retrieve the declared Java type class
-
Method Details
-
get
-
getReturnTypeClass
Class<?> getReturnTypeClass()Retrieve the declared Java type class- Returns:
- The declared java type class.
-
getReturnType
-
getMember
-
getMethodName
-
getMethod
-