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

All Implemented Interfaces:
    PropertyAccessor

Accesses fields directly.
Nested Class Summary:
public static final class  DirectPropertyAccessor.DirectGetter   
public static final class  DirectPropertyAccessor.DirectSetter   
Method from org.hibernate.property.DirectPropertyAccessor Summary:
getGetter,   getSetter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.property.DirectPropertyAccessor Detail:
 public Getter getGetter(Class theClass,
    String propertyName) throws PropertyNotFoundException 
 public Setter getSetter(Class theClass,
    String propertyName) throws PropertyNotFoundException