|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.db.AbstractDBObjectBuilder<T>
oracle.javatools.db.dictionary.DictionaryDBObjectBuilder<T>
public abstract class DictionaryDBObjectBuilder<T extends AbstractBuildableObject>
Extension of AbstractDBObjectBuilder that includes some database specific support such as connections and query wrappers.
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 |
---|
protected DictionaryDBObjectBuilder(DictionaryDatabase db, java.lang.String type)
Method Detail |
---|
protected DictionaryDatabase getDatabase()
@Deprecated
protected final java.sql.Connection getConnection()
oracle.javatools.db.execute
which take a Database.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.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |