public interface EntityTreeFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
attributeMatch(Object node,
Attribute attr)
Checks if attribute should appear in the tree
|
boolean |
relationshipMatch(Object node,
Relationship rel)
Checks if relationship should appear in the tree
|
boolean attributeMatch(Object node, Attribute attr)
boolean relationshipMatch(Object node, Relationship rel)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.