| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.jdbc.alternative | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseUtil.createDeclaredIndex(ModelEntity entity,
ModelIndex modelIndex) |
String |
DatabaseUtil.deleteDeclaredIndex(ModelEntity entity,
ModelIndex modelIndex) |
String |
DatabaseUtil.makeIndexClause(ModelEntity entity,
ModelIndex modelIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
IndexAlternativeAction.run(ModelEntity modelEntity,
ModelIndex modelIndex,
DatabaseUtil dbUtil)
This method is used to perform alternative actions on index before it is created.
|
boolean |
IndexAlternativeAction.shouldRun(ModelEntity modelEntity,
ModelIndex modelIndex,
DatabaseUtil dbUtil)
This method flags if alternative action should be invoked.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelIndex> |
ModelEntity.indexes
indexes on fields/columns in this entity
|
| Modifier and Type | Method and Description |
|---|---|
ModelIndex |
ModelEntity.getIndex(int index) |
ModelIndex |
ModelEntity.getIndex(String indexName) |
ModelIndex |
ModelEntity.removeIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModelIndex> |
ModelEntity.getIndexesIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelEntity.addIndex(ModelIndex index) |
Copyright © 2018 Atlassian. All rights reserved.