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 classstatic final classSelects if the attribute type matches the given Java class.static final classstatic final classSelects plural attribute of given element type.static final classstatic final classstatic final classstatic final classAffirms if the given attribute is a Singular attribute.static final classMethods 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> TAbstractManagedType.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.