Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » property » [javadoc | source]
org.hibernate.property
public interface: Getter [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    BackrefGetter, Dom4jGetter, TextGetter, ElementGetter, ElementAttributeGetter, DirectGetter, IndexGetter, NoopGetter, AttributeGetter, EmbeddedGetter, MapGetter, BasicGetter

Gets values of a particular property
Method from org.hibernate.property.Getter Summary:
get,   getForInsert,   getMethod,   getMethodName,   getReturnType
Method from org.hibernate.property.Getter Detail:
 public Object get(Object owner) throws HibernateException
    Get the property value from the given instance .
 public Object getForInsert(Object owner,
    Map mergeMap,
    SessionImplementor session) throws HibernateException
    Get the property value from the given owner instance.
 public Method getMethod()
    Optional operation (return null)
 public String getMethodName()
    Optional operation (return null)
 public Class getReturnType()
    Get the declared Java type