org.apache.openjpa.persistence.meta
Interface AbstractManagedType.Filter<T>

All Known Implementing Classes:
AbstractManagedType.AttributeNameFilter, AbstractManagedType.AttributeTypeFilter, AbstractManagedType.DeclaredAttributeFilter, AbstractManagedType.ElementTypeFilter, AbstractManagedType.EntryTypeFilter, AbstractManagedType.IdAttributeFilter, AbstractManagedType.PluralCategoryFilter, AbstractManagedType.SingularAttributeFilter, AbstractManagedType.VersionAttributeFilter
Enclosing class:
AbstractManagedType<X>

public static interface AbstractManagedType.Filter<T>

Affirms if a given element satisfy a condition.


Method Summary
 AbstractManagedType.Filter<T> inverse()
           
 boolean selects(T attr)
           
 

Method Detail

selects

boolean selects(T attr)

inverse

AbstractManagedType.Filter<T> inverse()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.