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 Getter
target
- The instance containing the value to be retreived.HibernateException
public java.lang.Object getForInsert(java.lang.Object target, java.util.Map mergeMap, SessionImplementor session)
getForInsert
in interface Getter
target
- 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 Getter
public java.lang.Class getReturnType()
getReturnType
in interface Getter
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.