| Package | Description | 
|---|---|
| oracle.javatools.db | 
 Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<SystemObject> | 
CascadeManager.listReferencedObjects(SystemObject obj,
                     CascadeManager.LookupCriteria criteria)
Returns the SystemObjects that this SystemObject, or any of its children,
 are dependent on (reference). 
 | 
abstract java.util.Collection<DBObjectID> | 
CascadeManager.listTopLevelReferers(SystemObject obj,
                    CascadeManager.LookupCriteria criteria)
Gets the ids for the SystemObjects who reference (either directly or
 via their children) the given SystemObject (or one of its children). 
 | 
java.util.Collection<DBObjectID> | 
SchemaObjectManager.listTopLevelReferers(SystemObject obj,
                    CascadeManager.LookupCriteria criteria)  |