public static final class EmbeddedPropertyAccessor.EmbeddedGetter extends java.lang.Object implements Getter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.Object target)
Get the property value from the given instance .
|
java.lang.Object |
getForInsert(java.lang.Object target,
java.util.Map mergeMap,
SessionImplementor session)
Get the property value from the given owner instance.
|
java.lang.reflect.Member |
getMember()
Retrieve the member to which this property maps.
|
java.lang.reflect.Method |
getMethod()
Retrieve the getter-method.
|
java.lang.String |
getMethodName()
Retrieve the getter-method name.
|
java.lang.Class |
getReturnType()
Retrieve the declared Java type
|
java.lang.String |
toString() |
public java.lang.Object get(java.lang.Object target)
throws HibernateException
get in interface Gettertarget - The instance containing the value to be retreived.HibernateExceptionpublic java.lang.Object getForInsert(java.lang.Object target,
java.util.Map mergeMap,
SessionImplementor session)
getForInsert in interface Gettertarget - The instance containing the value to be retreived.mergeMap - a map of merged persistent instances to detached instancessession - The session from which this request originated.public java.lang.reflect.Member getMember()
public java.lang.reflect.Method getMethod()
public java.lang.String getMethodName()
getMethodName in interface Getterpublic java.lang.Class getReturnType()
getReturnType in interface Getterpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.