org.hibernate.property

Class IndexPropertyAccessor.IndexGetter

Enclosing Class:
IndexPropertyAccessor
Implemented Interfaces:
Getter, Serializable

public class IndexPropertyAccessor.IndexGetter
extends java.lang.Object
implements Getter

The Getter implementation for index backrefs.

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)
            throws HibernateException
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