org.hibernate.envers.tools.reflection
Class ReflectionTools

java.lang.Object
  extended by org.hibernate.envers.tools.reflection.ReflectionTools

public class ReflectionTools
extends Object

Author:
Adam Warski (adam at warski dot org)

Constructor Summary
ReflectionTools()
           
 
Method Summary
static org.hibernate.property.Getter getGetter(Class cls, PropertyData propertyData)
           
static org.hibernate.property.Getter getGetter(Class cls, String propertyName, String accessorType)
           
static org.hibernate.property.Setter getSetter(Class cls, PropertyData propertyData)
           
static org.hibernate.property.Setter getSetter(Class cls, String propertyName, String accessorType)
           
static Class<?> loadClass(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionTools

public ReflectionTools()
Method Detail

loadClass

public static Class<?> loadClass(String name)

getGetter

public static org.hibernate.property.Getter getGetter(Class cls,
                                                      PropertyData propertyData)

getGetter

public static org.hibernate.property.Getter getGetter(Class cls,
                                                      String propertyName,
                                                      String accessorType)

getSetter

public static org.hibernate.property.Setter getSetter(Class cls,
                                                      PropertyData propertyData)

getSetter

public static org.hibernate.property.Setter getSetter(Class cls,
                                                      String propertyName,
                                                      String accessorType)


Copyright © 2008 Hibernate.org. All Rights Reserved.