public static final class AbstractManagedType.AttributeTypeFilter<X,Y> extends java.lang.Object implements AbstractManagedType.Filter<javax.persistence.metamodel.Attribute<? super X,?>>
Constructor and Description |
---|
AbstractManagedType.AttributeTypeFilter(java.lang.Class<Y> type) |
AbstractManagedType.AttributeTypeFilter(java.lang.Class<Y> type,
boolean inverted) |
public AbstractManagedType.AttributeTypeFilter(java.lang.Class<Y> type)
public AbstractManagedType.AttributeTypeFilter(java.lang.Class<Y> type, boolean inverted)
public boolean selects(javax.persistence.metamodel.Attribute<? super X,?> attr)
selects
in interface AbstractManagedType.Filter<javax.persistence.metamodel.Attribute<? super X,?>>
public AbstractManagedType.AttributeTypeFilter<X,Y> inverse()
inverse
in interface AbstractManagedType.Filter<javax.persistence.metamodel.Attribute<? super X,?>>
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.