| java.lang.Object | |
| ↳ | org.hibernate.property.BackrefPropertyAccessor.BackrefGetter | 
Internal implementation of a property getter specific to these back-ref properties.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.hibernate.property.Getter | |||||||||||
Get the property value from the given instance .
| target | The instance containing the value to be retreived. | 
|---|
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)