Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » property » [javadoc | source]
org.hibernate.property
public class: BasicPropertyAccessor [javadoc | source]
java.lang.Object
   org.hibernate.property.BasicPropertyAccessor

All Implemented Interfaces:
    PropertyAccessor

Accesses property values via a get/set pair, which may be nonpublic. The default (and recommended strategy).
Nested Class Summary:
public static final class  BasicPropertyAccessor.BasicSetter   
public static final class  BasicPropertyAccessor.BasicGetter   
Method from org.hibernate.property.BasicPropertyAccessor Summary:
createGetter,   getGetter,   getSetter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.property.BasicPropertyAccessor Detail:
 public static Getter createGetter(Class theClass,
    String propertyName) throws PropertyNotFoundException 
 public Getter getGetter(Class theClass,
    String propertyName) throws PropertyNotFoundException 
 public Setter getSetter(Class theClass,
    String propertyName) throws PropertyNotFoundException