public static final class AbstractManagedType.EntryTypeFilter<X,K,V> extends Object implements AbstractManagedType.Filter<javax.persistence.metamodel.Attribute<? super X,?>>
| Constructor and Description |
|---|
EntryTypeFilter(Class<K> kType,
Class<V> vType) |
EntryTypeFilter(Class<K> kType,
Class<V> vType,
boolean inverted) |
| Modifier and Type | Method and Description |
|---|---|
AbstractManagedType.EntryTypeFilter<X,K,V> |
inverse() |
boolean |
selects(javax.persistence.metamodel.Attribute<? super X,?> attr) |
public boolean selects(javax.persistence.metamodel.Attribute<? super X,?> attr)
selects in interface AbstractManagedType.Filter<javax.persistence.metamodel.Attribute<? super X,?>>public AbstractManagedType.EntryTypeFilter<X,K,V> inverse()
inverse in interface AbstractManagedType.Filter<javax.persistence.metamodel.Attribute<? super X,?>>Copyright © 2006–2019 Apache Software Foundation. All rights reserved.