java.lang.Object | |
↳ | org.hibernate.property.BasicPropertyAccessor.BasicGetter |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the property value from the given instance .
| |||||||||||
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 type
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the property value from the given instance .
target | The instance containing the value to be retreived. |
---|
HibernateException |
---|
Get the property value from the given owner instance.
target | The instance containing the value to be retreived. |
---|---|
mergeMap | a map of merged persistent instances to detached instances |
session | The session from which this request originated. |
Retrieve the member to which this property maps. This might be the field or it might be the getter method.
Retrieve the getter-method.
Optional operation (return null)Retrieve the getter-method name.
Optional operation (return null)