public interface Getter extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
get(Object owner)
Get the property value from the given owner instance.
|
Object |
getForInsert(Object owner,
Map mergeMap,
SharedSessionContractImplementor session)
Get the property value from the given owner instance.
|
Member |
getMember()
Retrieve the member to which this property maps.
|
Method |
getMethod()
Retrieve the getter-method.
|
String |
getMethodName()
Retrieve the getter-method name.
|
Class |
getReturnType()
Retrieve the declared Java type
|
Object get(Object owner)
owner
- The instance containing the property value to be retrieved.HibernateException
Object getForInsert(Object owner, Map mergeMap, SharedSessionContractImplementor 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
Class getReturnType()
Member getMember()
null
)null
.String getMethodName()
null
)null
.Method getMethod()
null
)null
.Copyright © 2021 JBoss by Red Hat. All rights reserved.