Uses of Interface
dev.metaschema.core.model.constraint.IIndex
Packages that use IIndex
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of IIndex in dev.metaschema.core.model.constraint
Methods in dev.metaschema.core.model.constraint that return IIndexModifier and TypeMethodDescriptionstatic IIndexIIndex.newInstance(List<? extends IKeyField> keyFields) Construct a new index using the provided key field components to generate keys.