|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
public static final class EmbeddedPropertyAccessor.EmbeddedGetter
Method Summary | |
---|---|
Object |
get(Object target)
Get the property value from the given instance . |
Object |
getForInsert(Object target,
Map mergeMap,
SessionImplementor session)
Get the property value from the given owner instance. |
Method |
getMethod()
Optional operation (return null) |
String |
getMethodName()
Optional operation (return null) |
Class |
getReturnType()
Get the declared Java type |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Object get(Object target) throws HibernateException
Getter
get
in interface Getter
target
- The instance containing the value to be retreived.
HibernateException
public Object getForInsert(Object target, Map mergeMap, SessionImplementor session)
Getter
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 Method getMethod()
Getter
getMethod
in interface Getter
public String getMethodName()
Getter
getMethodName
in interface Getter
public Class getReturnType()
Getter
getReturnType
in interface Getter
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |