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

All Known Implementing Classes:
    BasicPropertyAccessor, Dom4jAccessor, NoopAccessor, ChainedPropertyAccessor, MapAccessor, IndexPropertyAccessor, DirectPropertyAccessor, BackrefPropertyAccessor, EmbeddedPropertyAccessor

Abstracts the notion of a "property". Defines a strategy for accessing the value of an attribute.
Method from org.hibernate.property.PropertyAccessor Summary:
getGetter,   getSetter
Method from org.hibernate.property.PropertyAccessor Detail:
 public Getter getGetter(Class theClass,
    String propertyName) throws PropertyNotFoundException
    Create a "getter" for the named attribute
 public Setter getSetter(Class theClass,
    String propertyName) throws PropertyNotFoundException
    Create a "setter" for the named attribute