Uses of Class
org.ofbiz.core.entity.model.ModelFunctionBasedIndex
Packages that use ModelFunctionBasedIndex
-
Uses of ModelFunctionBasedIndex in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc with parameters of type ModelFunctionBasedIndexModifier and TypeMethodDescriptionDatabaseUtil.addVirtualColumn(ModelEntity entity, ModelFunctionBasedIndex index) DatabaseUtil.createFunctionBasedIndex(ModelEntity entity, ModelFunctionBasedIndex fbIndex) DatabaseUtil.makeFunctionBasedIndexClause(ModelEntity entity, ModelFunctionBasedIndex fbIndex, DatabaseType databaseType) -
Uses of ModelFunctionBasedIndex in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model with type parameters of type ModelFunctionBasedIndexModifier and TypeFieldDescriptionprotected List<ModelFunctionBasedIndex>ModelEntity.functionBasedIndexesfunction based indexes in this entityMethods in org.ofbiz.core.entity.model that return types with arguments of type ModelFunctionBasedIndexMethods in org.ofbiz.core.entity.model with parameters of type ModelFunctionBasedIndexModifier and TypeMethodDescriptionvoidModelEntity.addFunctionBasedIndex(ModelFunctionBasedIndex fbindex)