public class DmnManagementServiceImpl extends CommonEngineServiceImpl<DmnEngineConfiguration> implements DmnManagementService
commandExecutorconfiguration| Constructor and Description |
|---|
DmnManagementServiceImpl(DmnEngineConfiguration dmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TablePageQuery |
createTablePageQuery()
Creates a
TablePageQuery that can be used to fetch TablePage containing specific sections of table row data. |
<MapperType,ResultType> |
executeCustomSql(CustomSqlExecution<MapperType,ResultType> customSqlExecution) |
Map<String,Long> |
getTableCount()
Get the mapping containing {table name, row count} entries of the database schema.
|
TableMetaData |
getTableMetaData(String tableName)
Gets the metadata (column names, column types, etc.) of a certain table.
|
String |
getTableName(Class<?> entityClass)
Gets the table name (including any configured prefix) for an entity.
|
getCommandExecutor, setCommandExecutorgetConfigurationpublic DmnManagementServiceImpl(DmnEngineConfiguration dmnEngineConfiguration)
public Map<String,Long> getTableCount()
DmnManagementServicegetTableCount in interface DmnManagementServicepublic String getTableName(Class<?> entityClass)
DmnManagementServicegetTableName in interface DmnManagementServicepublic TableMetaData getTableMetaData(String tableName)
DmnManagementServicegetTableMetaData in interface DmnManagementServicepublic TablePageQuery createTablePageQuery()
DmnManagementServiceTablePageQuery that can be used to fetch TablePage containing specific sections of table row data.createTablePageQuery in interface DmnManagementServicepublic <MapperType,ResultType> ResultType executeCustomSql(CustomSqlExecution<MapperType,ResultType> customSqlExecution)
Copyright © 2023 Flowable. All rights reserved.