Uses of Interface
org.hibernate.annotations.common.reflection.Filter
-
Packages that use Filter Package Description org.hibernate.annotations.common.reflection -
-
Uses of Filter in org.hibernate.annotations.common.reflection
Fields in org.hibernate.annotations.common.reflection declared as Filter Modifier and Type Field Description static FilterXClass. DEFAULT_FILTERMethods in org.hibernate.annotations.common.reflection with parameters of type Filter Modifier and Type Method Description List<XProperty>XClass. getDeclaredProperties(String accessType, Filter filter)static booleanReflectionUtil. isProperty(Field f, Type boundType, Filter filter)static booleanReflectionUtil. isProperty(Method m, Type boundType, Filter filter)
-