org.apache.openjpa.persistence.meta
Class AbstractManagedType.EntryTypeFilter<X,K,V>
java.lang.Object
   org.apache.openjpa.persistence.meta.AbstractManagedType.EntryTypeFilter<X,K,V>
org.apache.openjpa.persistence.meta.AbstractManagedType.EntryTypeFilter<X,K,V>
- All Implemented Interfaces: 
- AbstractManagedType.Filter<Attribute<? super X,?>>
- Enclosing class:
- AbstractManagedType<X>
- public static final class AbstractManagedType.EntryTypeFilter<X,K,V> 
- 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.EntryTypeFilter
public AbstractManagedType.EntryTypeFilter(Class<K> kType,
                                           Class<V> vType)
AbstractManagedType.EntryTypeFilter
public AbstractManagedType.EntryTypeFilter(Class<K> kType,
                                           Class<V> vType,
                                           boolean inverted)
selects
public boolean selects(Attribute<? super X,?> attr)
- 
- Specified by:
- selectsin interface- AbstractManagedType.Filter<Attribute<? super X,?>>
 
- 
 
inverse
public AbstractManagedType.EntryTypeFilter<X,K,V> inverse()
- 
- Specified by:
- inversein interface- AbstractManagedType.Filter<Attribute<? super X,?>>
 
- 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.