| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractManagedType.Filter | |
|---|---|
| org.apache.openjpa.persistence.meta | OpenJPA MetaModel | 
| Uses of AbstractManagedType.Filter in org.apache.openjpa.persistence.meta | 
|---|
| Classes in org.apache.openjpa.persistence.meta that implement AbstractManagedType.Filter | |
|---|---|
| static class | AbstractManagedType.AttributeNameFilter<X> | 
| static class | AbstractManagedType.AttributeTypeFilter<X,Y>Selects if the attribute type matches the given Java class. | 
| static class | AbstractManagedType.DeclaredAttributeFilter<X> | 
| static class | AbstractManagedType.ElementTypeFilter<X,E>Selects plural attribute of given element type. | 
| static class | AbstractManagedType.EntryTypeFilter<X,K,V> | 
| static class | AbstractManagedType.IdAttributeFilter<X> | 
| static class | AbstractManagedType.PluralCategoryFilter<X> | 
| static class | AbstractManagedType.SingularAttributeFilter<X>Affirms if the given attribute is a Singular attribute. | 
| static class | AbstractManagedType.VersionAttributeFilter<X> | 
| Methods in org.apache.openjpa.persistence.meta that return AbstractManagedType.Filter | |
|---|---|
|  AbstractManagedType.Filter<T> | AbstractManagedType.Filter.inverse() | 
| Methods in org.apache.openjpa.persistence.meta with parameters of type AbstractManagedType.Filter | ||
|---|---|---|
| (package private) static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1) | |
| (package private) static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2) | |
| (package private) static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2) | |
| (package private) static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3) | |
| (package private) static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3) | |
| (package private) static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3) | |
| static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3,
       AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to populate the given result. | |
| static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3,
       AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to populate the given result. | |
| static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3,
       AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to populate the given result. | |
| static
 | AbstractManagedType.filter(Collection<T> original,
       C result,
       AbstractManagedType.Filter<T> f1,
       AbstractManagedType.Filter<T> f2,
       AbstractManagedType.Filter<T> f3,
       AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to populate the given result. | |
| (package private) static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1) | |
| (package private) static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2) | |
| (package private) static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2) | |
| (package private) static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3) | |
| (package private) static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3) | |
| (package private) static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3) | |
| static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3,
     AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to pick a single element. | |
| static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3,
     AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to pick a single element. | |
| static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3,
     AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to pick a single element. | |
| static
 | AbstractManagedType.pick(Collection<T> original,
     AbstractManagedType.Filter<T> f1,
     AbstractManagedType.Filter<T> f2,
     AbstractManagedType.Filter<T> f3,
     AbstractManagedType.Filter<T> f4)Applies chain of filters ANDed on the given collection to pick a single element. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||