public interface Getter
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.Object owner)
Get the property value from the given owner instance.
|
java.lang.Object |
getForInsert(java.lang.Object owner,
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.Object get(java.lang.Object owner)
owner
- The instance containing the property value to be retrieved.HibernateException
java.lang.Object getForInsert(java.lang.Object owner, java.util.Map mergeMap, SessionImplementor session)
owner
- The instance containing the value to be retrieved.mergeMap
- a map of merged persistent instances to detached instancessession
- The session from which this request originated.HibernateException
java.lang.Class getReturnType()
java.lang.reflect.Member getMember()
null
)null
.java.lang.String getMethodName()
null
)null
.java.lang.reflect.Method getMethod()
null
)null
.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.