Uses of Class
org.ofbiz.core.entity.model.ModelIndex
Packages that use ModelIndex
Package
Description
-
Uses of ModelIndex in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc with parameters of type ModelIndexModifier and TypeMethodDescriptionDatabaseUtil.createDeclaredIndex(ModelEntity entity, ModelIndex modelIndex) DatabaseUtil.deleteDeclaredIndex(ModelEntity entity, ModelIndex modelIndex) DatabaseUtil.makeIndexClause(ModelEntity entity, ModelIndex modelIndex) -
Uses of ModelIndex in org.ofbiz.core.entity.jdbc.alternative
Methods in org.ofbiz.core.entity.jdbc.alternative with parameters of type ModelIndexModifier and TypeMethodDescriptionIndexAlternativeAction.run(ModelEntity modelEntity, ModelIndex modelIndex, DatabaseUtil dbUtil) This method is used to perform alternative actions on index before it is created.booleanIndexAlternativeAction.shouldRun(ModelEntity modelEntity, ModelIndex modelIndex, DatabaseUtil dbUtil) This method flags if alternative action should be invoked. -
Uses of ModelIndex in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model with type parameters of type ModelIndexModifier and TypeFieldDescriptionprotected List<ModelIndex>ModelEntity.indexesindexes on fields/columns in this entityMethods in org.ofbiz.core.entity.model that return ModelIndexModifier and TypeMethodDescriptionModelEntity.getIndex(int index) ModelEntity.removeIndex(int index) Methods in org.ofbiz.core.entity.model that return types with arguments of type ModelIndexMethods in org.ofbiz.core.entity.model with parameters of type ModelIndex