org.apache.openjpa.persistence.meta
Class AbstractManagedType.PluralCategoryFilter<X>
java.lang.Object
   org.apache.openjpa.persistence.meta.AbstractManagedType.PluralCategoryFilter<X>
org.apache.openjpa.persistence.meta.AbstractManagedType.PluralCategoryFilter<X>
- All Implemented Interfaces: 
- AbstractManagedType.Filter<Attribute<? super X,?>>
- Enclosing class:
- AbstractManagedType<X>
- public static final class AbstractManagedType.PluralCategoryFilter<X> 
- extends Object- implements AbstractManagedType.Filter<Attribute<? super X,?>>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractManagedType.PluralCategoryFilter
public AbstractManagedType.PluralCategoryFilter(PluralAttribute.CollectionType category)
AbstractManagedType.PluralCategoryFilter
public AbstractManagedType.PluralCategoryFilter(PluralAttribute.CollectionType category,
                                                boolean inverted)
selects
public boolean selects(Attribute<? super X,?> attr)
- 
- Specified by:
- selectsin interface- AbstractManagedType.Filter<Attribute<? super X,?>>
 
- 
 
inverse
public AbstractManagedType.PluralCategoryFilter<X> inverse()
- 
- Specified by:
- inversein interface- AbstractManagedType.Filter<Attribute<? super X,?>>
 
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.