| 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.validators | 
 Contains classes that provide the capability to validate DBObjects in
 a DBObjectProvider. 
 | 
| oracle.jdeveloper.offlinedb | 
 Database API extension for saving database object definitions in XML files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractDBObjectProvider.validate(ValidationContext<?> context)
Performs the validation for the object/properties in the given
 validation context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
DBObjectValidator.shouldValidateProperty(ValidationContext<? extends T> context,
                      java.lang.String propertyName)
Tests whether validation should be fired for the given context. 
 | 
void | 
DBObjectValidator.validate(ValidationContext<? extends T> context)
Performs the validation defined by the given context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OfflineDBObjectProvider.validate(ValidationContext<?> context)  |