org.hibernate.property
Class MapAccessor.MapGetter
java.lang.Objectorg.hibernate.property.MapAccessor.MapGetter
- MapAccessor
- Getter, Serializable
public static final class MapAccessor.MapGetter
extends java.lang.Object
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
|
getForInsert
public Object getForInsert(Object target,
Map mergeMap,
SessionImplementor session) Get the property value from the given owner instance.
- getForInsert in interface Getter
mergeMap - a map of merged persistent instances to detached instancessession - The session from which this request originated.
getMethod
public Method getMethod()
Optional operation (return null)
- getMethod in interface Getter
getMethodName
public String getMethodName()
Optional operation (return null)
- getMethodName in interface Getter
getReturnType
public Class getReturnType()
Get the declared Java type
- getReturnType in interface Getter