org.apache.openjpa.persistence
Class PersistenceMetaDataDefaults.AccessFilter

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

static class PersistenceMetaDataDefaults.AccessFilter
extends Object

Selects elements which is annotated with @Access annotation and that annotation has the given AccessType value.


Field Summary
(package private)  AccessType target
           
 
Constructor Summary
PersistenceMetaDataDefaults.AccessFilter(AccessType target)
           
 
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
 

Field Detail

target

final AccessType target
Constructor Detail

PersistenceMetaDataDefaults.AccessFilter

public PersistenceMetaDataDefaults.AccessFilter(AccessType target)
Method Detail

includes

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



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