org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.TransientFilter

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

static class SourceAnnotationHandler.TransientFilter
extends Object

Selects all non-transient element.


Constructor Summary
SourceAnnotationHandler.TransientFilter()
           
 
Method Summary
 boolean includes(Element 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

SourceAnnotationHandler.TransientFilter

SourceAnnotationHandler.TransientFilter()
Method Detail

includes

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



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