org.hibernate.envers.tools.reflection
Class ReflectionTools
java.lang.Object
org.hibernate.envers.tools.reflection.ReflectionTools
public class ReflectionTools
- extends Object
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-2012 Red Hat, Inc. All Rights Reserved.