| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc | |
| 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 | 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 © 2015 Atlassian. All rights reserved.