org.hibernate.property

Class EmbeddedPropertyAccessor.EmbeddedGetter

Enclosing Class:
EmbeddedPropertyAccessor
Implemented Interfaces:
Getter, Serializable

public static final class EmbeddedPropertyAccessor.EmbeddedGetter
extends java.lang.Object
implements Getter

Method Summary

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

Method Details

get

public Object get(Object target)
            throws HibernateException
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

toString

public String toString()