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

public class ReflectionUtil extends Object
  • Constructor Details

    • ReflectionUtil

      public ReflectionUtil()
  • Method Details

    • isProperty

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

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