| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBObjectBuilder | |
|---|---|
| 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.dictionary | Contains a Database implementation (DictionaryDatabase) that
retrieves information for retrieving object information using dictionary
queries (instead of the JDBC metadata).  | 
| Uses of DBObjectBuilder in oracle.javatools.db | 
|---|
| Classes in oracle.javatools.db that implement DBObjectBuilder | |
|---|---|
 class | 
AbstractDBObjectBuilder<T extends AbstractBuildableObject>
Abstract implementation of DBObjectbuilder that provides core support for component building of objects.  | 
| Methods in oracle.javatools.db that return DBObjectBuilder | |
|---|---|
protected  DBObjectBuilder | 
AbstractDBObjectProvider.getBuilderForType(java.lang.String type)
Retrieves the DBObjectBuilder registered for a type of object.  | 
| Methods in oracle.javatools.db with parameters of type DBObjectBuilder | |
|---|---|
protected  void | 
AbstractDBObjectProvider.markForLazyInit(AbstractBuildableObject object,
                DBObjectBuilder builder)
 | 
protected  void | 
AbstractDBObjectProvider.registerBuilder(java.lang.String type,
                DBObjectBuilder builder)
Registers a Builder for a specific object type.  | 
protected  void | 
AbstractDBObjectProvider.registerType(java.lang.String type,
             DBObjectBuilder builder,
             DBObjectValidator validator)
Registers a Builder and Validator for a specific object type.  | 
| Uses of DBObjectBuilder in oracle.javatools.db.dictionary | 
|---|
| Classes in oracle.javatools.db.dictionary that implement DBObjectBuilder | |
|---|---|
 class | 
DictionaryDBObjectBuilder<T extends AbstractBuildableObject>
Extension of AbstractDBObjectBuilder that includes some database specific support such as connections and query wrappers.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||