Uses of Interface
org.apache.openjpa.persistence.meta.AbstractManagedType.Filter
-
Uses of AbstractManagedType.Filter in org.apache.openjpa.persistence.meta
Modifier 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
Modifier 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.