| Modifier and Type | Method and Description |
|---|---|
List<CreateIndexCommand> |
DenormalisedPermissionsDdlExecutor.getAdditionalContentIndexes(DdlExecutor ddlExecutor)
Returns only content indexes.
|
List<CreateIndexCommand> |
DenormalisedPermissionsDdlExecutor.getAdditionalIndexes(DdlExecutor ddlExecutor)
Return all indexes.
|
List<CreateIndexCommand> |
DenormalisedPermissionsDdlExecutor.getAdditionalSpaceIndexes(DdlExecutor ddlExecutor)
Returns only space indexes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexCommand |
DdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
boolean isUnique,
String... columnNames) |
CreateIndexCommand |
HibernateDdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
boolean isUnique,
String... columnNames)
Create a compound index
|
CreateIndexCommand |
DdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
String... columnNames) |
CreateIndexCommand |
HibernateDdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
String... columnNames)
Create a compound non-unique index
|
| Modifier and Type | Field and Description |
|---|---|
static CreateIndexCommand |
ContentIndexUpgradeTask.CREATE_INDEX_COMMAND |
Copyright © 2003–2022 Atlassian. All rights reserved.