org.hibernate.envers.tools.reflection
Class ReflectionTools
java.lang.Object
   org.hibernate.envers.tools.reflection.ReflectionTools
org.hibernate.envers.tools.reflection.ReflectionTools
- public class ReflectionTools 
- extends Object
- Author:
- Adam Warski (adam at warski dot org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReflectionTools
public ReflectionTools()
loadClass
public static Class<?> loadClass(String name)
- 
 
getGetter
public static Getter getGetter(Class cls,
                               PropertyData propertyData)
- 
 
getGetter
public static Getter getGetter(Class cls,
                               String propertyName,
                               String accessorType)
- 
 
getSetter
public static Setter getSetter(Class cls,
                               PropertyData propertyData)
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.