| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseUtil.addVirtualColumn(ModelEntity entity,
ModelFunctionBasedIndex index) |
String |
DatabaseUtil.createFunctionBasedIndex(ModelEntity entity,
ModelFunctionBasedIndex fbIndex) |
String |
DatabaseUtil.makeFunctionBasedIndexClause(ModelEntity entity,
ModelFunctionBasedIndex fbIndex,
DatabaseType databaseType) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelFunctionBasedIndex> |
ModelEntity.functionBasedIndexes
function based indexes in this entity
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModelFunctionBasedIndex> |
ModelEntity.getFunctionBasedIndexesIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelEntity.addFunctionBasedIndex(ModelFunctionBasedIndex fbindex) |
Copyright © 2024 Atlassian. All rights reserved.