org.hibernate.annotations.common.reflection
Class ReflectionUtil

java.lang.Object
  extended by org.hibernate.annotations.common.reflection.ReflectionUtil

public class ReflectionUtil
extends Object

Author:
Paolo Perrotta

Constructor Summary
ReflectionUtil()
           
 
Method Summary
static boolean isProperty(Field f, Type boundType, Filter filter)
           
static boolean isProperty(Method m, Type boundType, Filter filter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

isProperty

public static boolean isProperty(Method m,
                                 Type boundType,
                                 Filter filter)

isProperty

public static boolean isProperty(Field f,
                                 Type boundType,
                                 Filter filter)


Copyright © 2010. All Rights Reserved.