FileDocCategorySizeDatePackage
Getter.javaAPI DocHibernate 3.2.51337Sat Jul 16 17:20:48 BST 2005org.hibernate.property

Getter

public interface Getter implements Serializable
Gets values of a particular property
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectget(java.lang.Object owner)
Get the property value from the given instance .

param
owner The instance containing the value to be retreived.
return
The extracted value.
throws
HibernateException

public java.lang.ObjectgetForInsert(java.lang.Object owner, java.util.Map mergeMap, org.hibernate.engine.SessionImplementor session)
Get the property value from the given owner instance.

param
owner The instance containing the value to be retreived.
param
mergeMap a map of merged persistent instances to detached instances
param
session The session from which this request originated.
return
The extracted value.
throws
HibernateException

public java.lang.reflect.MethodgetMethod()
Optional operation (return null)

public java.lang.StringgetMethodName()
Optional operation (return null)

public java.lang.ClassgetReturnType()
Get the declared Java type