public interface DDC extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
DDC.DDCKind
DDC-kinds.
|
static class |
DDC.TenantMode
DDC tenant modes.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuditTable() |
String |
getDataSourceName()
Returns the name of the datasource this DDC is located in.
|
SQLType |
getDataSourceType()
Returns the type of the datasource this DDC is located in.
|
DDC.DDCKind |
getDDCKind()
Returns the kind of the DDC.
|
List<SaFieldDescription> |
getFieldList() |
Map<String,SaFieldDescription> |
getFields()
Returns a map containing information about the fields of this DDC.
|
String |
getName()
Returns the name of this DDC.
|
String |
getTableName()
Returns the name of the hibernate entity corresponding to this DDC.
|
DDC.TenantMode |
getTenantMode()
Returns the tenant-mode of the table.
|
int |
getVersion() |
boolean |
isOnDefaultDataSource() |
String getName()
String getTableName()
SQLType getDataSourceType()
SQLType
.String getDataSourceName()
DDC.DDCKind getDDCKind()
DDC.DDCKind
.DDC.TenantMode getTenantMode()
DDC.TenantMode
.Map<String,SaFieldDescription> getFields()
List<SaFieldDescription> getFieldList()
boolean isOnDefaultDataSource()
int getVersion()
String getAuditTable()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.