Class AbstractManagedType.ElementTypeFilter<X,E>
java.lang.Object
org.apache.openjpa.persistence.meta.AbstractManagedType.ElementTypeFilter<X,E>
- All Implemented Interfaces:
AbstractManagedType.Filter<jakarta.persistence.metamodel.Attribute<? super X,
?>>
- Enclosing class:
- AbstractManagedType<X>
public static final class AbstractManagedType.ElementTypeFilter<X,E>
extends Object
implements AbstractManagedType.Filter<jakarta.persistence.metamodel.Attribute<? super X,?>>
Selects plural attribute of given element type.
null element type imply any element type.
-
Constructor Summary
ConstructorDescriptionElementTypeFilter
(Class<E> eType) ElementTypeFilter
(Class<E> eType, boolean inverted) -
Method Summary
-
Constructor Details
-
ElementTypeFilter
-
ElementTypeFilter
-
-
Method Details
-
selects
- Specified by:
selects
in interfaceAbstractManagedType.Filter<X>
-
inverse
- Specified by:
inverse
in interfaceAbstractManagedType.Filter<X>
-