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.
|
oracle.javatools.db.refactoring |
Provides classes relevant to refactoring in a DBObjectProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateExpander
An expander of schema objects that provides the Template support for a
DBObjectProvider.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UpdateProcessor> |
DatabaseDescriptor.getUpdateProcessors()
Gets a list of UpdateProcessors that should be used to pre-process
any Difference passed to updateObjects before sending to the
DBObjectProvider's back-end.
|
Modifier and Type | Class and Description |
---|---|
class |
CascadeProcessor
UpdateProcess implementation that can be registered with a provider and
it will cascade deletes and updates to dependent objects automatically
as part of any update operation.
|
class |
RefactoringProcessor
UpdateProcessor implementation that helps when writing refactoring based
processor implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
DBObjectTransaction.setUpdateProcessors(java.util.List<UpdateProcessor> processors)
Iternal use only.
|