Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » util » [javadoc | source]
org.hibernate.util
public final class: ReflectHelper [javadoc | source]
java.lang.Object
   org.hibernate.util.ReflectHelper
Method from org.hibernate.util.ReflectHelper Summary:
classForName,   classForName,   getConstantValue,   getConstructor,   getDefaultConstructor,   getGetter,   getMethod,   isAbstractClass,   isFinalClass,   isPublic,   overridesEquals,   overridesHashCode,   reflectedPropertyClass
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.util.ReflectHelper Detail:
 public static Class classForName(String name) throws ClassNotFoundException 
 public static Class classForName(String name,
    Class caller) throws ClassNotFoundException 
 public static Object getConstantValue(String name) 
 public static Constructor getConstructor(Class clazz,
    Type[] types) throws PropertyNotFoundException 
 public static Constructor getDefaultConstructor(Class clazz) throws PropertyNotFoundException 
 public static Getter getGetter(Class theClass,
    String name) throws MappingException 
 public static Method getMethod(Class clazz,
    Method method) 
 public static boolean isAbstractClass(Class clazz) 
 public static boolean isFinalClass(Class clazz) 
 public static boolean isPublic(Class clazz,
    Member member) 
 public static boolean overridesEquals(Class clazz) 
 public static boolean overridesHashCode(Class clazz) 
 public static Class reflectedPropertyClass(String className,
    String name) throws MappingException