Class AbstractManagedType.AttributeTypeFilter<X,Y>
java.lang.Object
org.apache.openjpa.persistence.meta.AbstractManagedType.AttributeTypeFilter<X,Y>
- All Implemented Interfaces:
AbstractManagedType.Filter<jakarta.persistence.metamodel.Attribute<? super X,
?>>
- Enclosing class:
- AbstractManagedType<X>
public static final class AbstractManagedType.AttributeTypeFilter<X,Y>
extends Object
implements AbstractManagedType.Filter<jakarta.persistence.metamodel.Attribute<? super X,?>>
Selects if the attribute type matches the given Java class.
null matches any type.
-
Constructor Summary
ConstructorDescriptionAttributeTypeFilter
(Class<Y> type) AttributeTypeFilter
(Class<Y> type, boolean inverted) -
Method Summary
-
Constructor Details
-
AttributeTypeFilter
-
AttributeTypeFilter
-
-
Method Details
-
selects
- Specified by:
selects
in interfaceAbstractManagedType.Filter<X>
-
inverse
- Specified by:
inverse
in interfaceAbstractManagedType.Filter<X>
-