org.hibernate.property

Class BackrefPropertyAccessor.BackrefGetter

Enclosing Class:
BackrefPropertyAccessor
Implemented Interfaces:
Getter, Serializable

public class BackrefPropertyAccessor.BackrefGetter
extends java.lang.Object
implements Getter

Internal implementation of a property getter specific to these back-ref properties.

Method Summary

Object
get(Object target)
Object
getForInsert(Object target, Map mergeMap, SessionImplementor session)
Method
getMethod()
String
getMethodName()
Class
getReturnType()

Method Details

get

public Object get(Object target)
Specified by:
get in interface Getter

getForInsert

public Object getForInsert(Object target,
                           Map mergeMap,
                           SessionImplementor session)
Specified by:
getForInsert in interface Getter

getMethod

public Method getMethod()
Specified by:
getMethod in interface Getter

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface Getter

getReturnType

public Class getReturnType()
Specified by:
getReturnType in interface Getter