public abstract class DictionaryDBObjectBuilder<T extends AbstractBuildableObject> extends AbstractDBObjectBuilder<T>
AbstractDBObjectBuilder.PropertyBuilder
BASE_COMPONENT_KEY
Modifier | Constructor and Description |
---|---|
protected |
DictionaryDBObjectBuilder(DictionaryDatabase db,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
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() |
buildObject, buildObjectComponent, canBuildComponents, canBuildEditableObject, cancelCurrentBuild, checkInterruptOrCancel, createObject, ensureComponent, fillInObject, fillInObjectComponent, fillInObjectComponentImpl, findObjectInProviderCache, findObjectInProviderCache, getBuiltProperties, getDerivedProperties, getDerivedPropertySource, getLogger, getObjectType, getProvider, getSchema, isBuildableProperty, isBuiltOnFailure, isCurrentBuildCancelled, markAsBuilt, markAsBuilt, needsBuilding, needsBuilding, newObject, newObject, registerObject, replaceReferenceIDs, setBuilder, updateTimestamp, updateTimestamp
protected DictionaryDBObjectBuilder(DictionaryDatabase db, java.lang.String type)
protected DictionaryDatabase getDatabase()
@Deprecated protected final java.sql.Connection getConnection()
oracle.javatools.db.execute
which take a Database.