public abstract class DictionaryDBObjectBuilder<T extends AbstractBuildableObject> extends AbstractDBObjectBuilder<T>
AbstractDBObjectBuilder.PropertyBuilderBASE_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, getPropertyExecutor, getPropertyExecutorForObject, getProvider, getSchema, isBuildableProperty, isBuiltOnFailure, isCurrentBuildCancelled, markAsBuilt, markAsBuilt, needsBuilding, needsBuilding, newObject, newObject, registerObject, replaceReferenceIDs, setBuilder, updateTimestamp, updateTimestampprotected 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.