| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| 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).  | 
| oracle.javatools.db.extension | |
| 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.  | 
| Uses of DBObjectBuilder in oracle.javatools.db.extension | 
|---|
| Methods in oracle.javatools.db.extension that return types with arguments of type DBObjectBuilder | |
|---|---|
 java.util.Map<java.lang.String,DBObjectBuilder> | 
DBObjectRegistry.getBuilders(java.lang.String dbType,
            int version,
            DBObjectProvider pro)
 | 
| Method parameters in oracle.javatools.db.extension with type arguments of type DBObjectBuilder | |
|---|---|
 void | 
DBObjectRegistry.registerObject(java.lang.String objType,
               DatabaseMatcher dbMatch,
               java.lang.Class<? extends DBObjectValidator> validatorClz,
               java.lang.Class<? extends DBObjectBuilder> builderClz,
               java.lang.Class<? extends DBObjectLister> listClz,
               java.lang.Class<? extends DDLGenerator> ddlGenClz)
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||