Uses of Interface
org.hibernate.annotations.common.reflection.Filter

Packages that use Filter
org.hibernate.annotations.common.reflection   
 

Uses of Filter in org.hibernate.annotations.common.reflection
 

Fields in org.hibernate.annotations.common.reflection declared as Filter
static Filter XClass.DEFAULT_FILTER
           
 

Methods in org.hibernate.annotations.common.reflection with parameters of type Filter
 java.util.List<XProperty> XClass.getDeclaredProperties(java.lang.String accessType, Filter filter)
           
static boolean ReflectionUtil.isProperty(java.lang.reflect.Field f, java.lang.reflect.Type boundType, Filter filter)
           
static boolean ReflectionUtil.isProperty(java.lang.reflect.Method m, java.lang.reflect.Type boundType, Filter filter)
           
 



Copyright © 2005-2010 Hibernate.org. All Rights Reserved.