org.apache.openjpa.persistence
Class PersistenceMetaDataDefaults.AnnotatedFilter

java.lang.Object
  extended by org.apache.openjpa.persistence.PersistenceMetaDataDefaults.AnnotatedFilter
Enclosing class:
PersistenceMetaDataDefaults

static class PersistenceMetaDataDefaults.AnnotatedFilter
extends Object

Selects all element annotated with javax.persistence.* or org.apache.openjpa.* annotation except the annotations marked to be ignored.


Constructor Summary
PersistenceMetaDataDefaults.AnnotatedFilter()
           
 
Method Summary
 boolean includes(AnnotatedElement obj)
          Return true to include the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceMetaDataDefaults.AnnotatedFilter

PersistenceMetaDataDefaults.AnnotatedFilter()
Method Detail

includes

public boolean includes(AnnotatedElement obj)
Return true to include the given element.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.