Class AbstractManagedType.EntryTypeFilter<X,K,V>
java.lang.Object
org.apache.openjpa.persistence.meta.AbstractManagedType.EntryTypeFilter<X,K,V>
- All Implemented Interfaces:
AbstractManagedType.Filter<jakarta.persistence.metamodel.Attribute<? super X,
?>>
- Enclosing class:
- AbstractManagedType<X>
public static final class AbstractManagedType.EntryTypeFilter<X,K,V>
extends Object
implements AbstractManagedType.Filter<jakarta.persistence.metamodel.Attribute<? super X,?>>
-
Constructor Summary
ConstructorDescriptionEntryTypeFilter
(Class<K> kType, Class<V> vType) EntryTypeFilter
(Class<K> kType, Class<V> vType, boolean inverted) -
Method Summary
-
Constructor Details
-
EntryTypeFilter
-
EntryTypeFilter
-
-
Method Details
-
selects
- Specified by:
selects
in interfaceAbstractManagedType.Filter<X>
-
inverse
- Specified by:
inverse
in interfaceAbstractManagedType.Filter<X>
-