org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.TransientFilter
java.lang.Object
org.apache.openjpa.persistence.meta.SourceAnnotationHandler.TransientFilter
- Enclosing class:
- SourceAnnotationHandler
static class SourceAnnotationHandler.TransientFilter
- extends Object
Selects all non-transient element.
Method Summary |
boolean |
includes(javax.lang.model.element.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 |
SourceAnnotationHandler.TransientFilter
SourceAnnotationHandler.TransientFilter()
includes
public boolean includes(javax.lang.model.element.Element obj)
- Return true to include the given element.
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.