Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.db.dictionary
Class DictionaryDBObjectBuilder<T extends AbstractBuildableObject>

java.lang.Object
  extended by oracle.javatools.db.AbstractDBObjectBuilder<T>
      extended by oracle.javatools.db.dictionary.DictionaryDBObjectBuilder<T>
All Implemented Interfaces:
DBObjectBuilder<T>

public abstract class DictionaryDBObjectBuilder<T extends AbstractBuildableObject>
extends AbstractDBObjectBuilder<T>

Extension of AbstractDBObjectBuilder that includes some database specific support such as connections and query wrappers.

Since:
11.0

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObjectBuilder
AbstractDBObjectBuilder.PropertyBuilder
 
Field Summary
 
Fields inherited from interface oracle.javatools.db.DBObjectBuilder
BASE_COMPONENT_KEY
 
Constructor Summary
protected DictionaryDBObjectBuilder(DictionaryDatabase db, java.lang.String type)
           
 
Method Summary
protected  java.sql.Connection getConnection()
          Deprecated. all use of the Connection should be done through the wrapper classes in oracle.javatools.db.execute which take a Database.
protected  DictionaryDatabase getDatabase()
           
protected  QueryWrapper newQueryWrapper(java.lang.String query, java.lang.Object... params)
           
 
Methods inherited from class oracle.javatools.db.AbstractDBObjectBuilder
buildObject, buildObjectComponent, canBuildComponents, createObject, ensureComponent, fillInObject, fillInObjectComponent, getObjectType, getProvider, getSchema, isBuildableProperty, markAsBuilt, needsBuilding, needsBuilding, registerObject, updateTimestamp, updateTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryDBObjectBuilder

protected DictionaryDBObjectBuilder(DictionaryDatabase db,
                                    java.lang.String type)
Method Detail

getDatabase

protected DictionaryDatabase getDatabase()

getConnection

@Deprecated
protected final java.sql.Connection getConnection()
Deprecated. all use of the Connection should be done through the wrapper classes in oracle.javatools.db.execute which take a Database.


newQueryWrapper

protected QueryWrapper newQueryWrapper(java.lang.String query,
                                       java.lang.Object... params)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.