Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.tools.reflection » [javadoc | source]
org.hibernate.envers.tools.reflection
public class: ReflectionTools [javadoc | source]
java.lang.Object
   org.hibernate.envers.tools.reflection.ReflectionTools
Method from org.hibernate.envers.tools.reflection.ReflectionTools Summary:
getGetter,   getGetter,   getSetter,   getSetter,   loadClass
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.tools.reflection.ReflectionTools Detail:
 public static Getter getGetter(Class cls,
    PropertyData propertyData) 
 public static Getter getGetter(Class cls,
    String propertyName,
    String accessorType) 
 public static Setter getSetter(Class cls,
    PropertyData propertyData) 
 public static Setter getSetter(Class cls,
    String propertyName,
    String accessorType) 
 public static Class loadClass(String name)