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.