org.apache.openjpa.persistence.meta
Class AbstractManagedType.DeclaredAttributeFilter<X>
java.lang.Object
org.apache.openjpa.persistence.meta.AbstractManagedType.DeclaredAttributeFilter<X>
- All Implemented Interfaces:
- AbstractManagedType.Filter<Attribute<? super X,?>>
- Enclosing class:
- AbstractManagedType<X>
public static final class AbstractManagedType.DeclaredAttributeFilter<X>
- extends Object
- implements AbstractManagedType.Filter<Attribute<? super X,?>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractManagedType.DeclaredAttributeFilter
AbstractManagedType.DeclaredAttributeFilter(ManagedType<X> owner)
AbstractManagedType.DeclaredAttributeFilter
AbstractManagedType.DeclaredAttributeFilter(ManagedType<X> owner,
boolean inverted)
selects
public boolean selects(Attribute<? super X,?> attr)
- Specified by:
selects
in interface AbstractManagedType.Filter<Attribute<? super X,?>>
inverse
public AbstractManagedType.DeclaredAttributeFilter<X> inverse()
- Specified by:
inverse
in interface AbstractManagedType.Filter<Attribute<? super X,?>>
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.