org.apache.openjpa.persistence
Class PersistenceMetaDataDefaults.GetterFilter
java.lang.Object
org.apache.openjpa.persistence.PersistenceMetaDataDefaults.GetterFilter
- Enclosing class:
- PersistenceMetaDataDefaults
static class PersistenceMetaDataDefaults.GetterFilter
- extends Object
Selects getter method. A getter method name starts with 'get', returns a
non-void type and has no argument. Or starts with 'is', returns a boolean
and has no argument.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceMetaDataDefaults.GetterFilter
PersistenceMetaDataDefaults.GetterFilter()
includes
public boolean includes(Method method)
- Return true to include the given element.
setIncludePrivate
public void setIncludePrivate(boolean includePrivate)
isIncludePrivate
public boolean isIncludePrivate()
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.