Uses of Interface
org.apache.openjpa.persistence.meta.AbstractManagedType.Filter
Packages that use AbstractManagedType.Filter
-
Uses of AbstractManagedType.Filter in org.apache.openjpa.persistence.meta
Classes in org.apache.openjpa.persistence.meta that implement AbstractManagedType.FilterModifier and TypeClassDescriptionstatic final class
static final class
Selects if the attribute type matches the given Java class.static final class
static final class
Selects plural attribute of given element type.static final class
static final class
static final class
static final class
Affirms if the given attribute is a Singular attribute.static final class
Methods in org.apache.openjpa.persistence.meta that return AbstractManagedType.FilterMethods in org.apache.openjpa.persistence.meta with parameters of type AbstractManagedType.FilterModifier and TypeMethodDescriptionstatic <T,
C extends Collection<E>, E>
CAbstractManagedType.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 <T> T
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.