org.apache.openjpa.persistence
Class PersistenceMetaDataDefaults.TransientFilter

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

static class PersistenceMetaDataDefaults.TransientFilter
extends Object

Selects non-transient elements. Selectively will examine only the transient field modifier.


Field Summary
(package private)  boolean modifierOnly
           
 
Constructor Summary
PersistenceMetaDataDefaults.TransientFilter(boolean modOnly)
           
 
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

modifierOnly

final boolean modifierOnly
Constructor Detail

PersistenceMetaDataDefaults.TransientFilter

public PersistenceMetaDataDefaults.TransientFilter(boolean modOnly)
Method Detail

includes

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



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