Uses of Class
com.example.metaschema.KeyConstraintField
-
Uses of KeyConstraintField in com.example.metaschema
Modifier and TypeMethodDescriptionFlagIndexHasKey.getKeyFields()
TargetedIndexConstraint.getKeyFields()
TargetedIndexHasKeyConstraint.getKeyFields()
TargetedIsUniqueConstraint.getKeyFields()
Modifier and TypeMethodDescriptionboolean
FlagIndexHasKey.addKeyField
(KeyConstraintField item) Add a newKeyConstraintField
item to the underlying collection.boolean
TargetedIndexConstraint.addKeyField
(KeyConstraintField item) Add a newKeyConstraintField
item to the underlying collection.boolean
TargetedIndexHasKeyConstraint.addKeyField
(KeyConstraintField item) Add a newKeyConstraintField
item to the underlying collection.boolean
TargetedIsUniqueConstraint.addKeyField
(KeyConstraintField item) Add a newKeyConstraintField
item to the underlying collection.boolean
FlagIndexHasKey.removeKeyField
(KeyConstraintField item) Remove the first matchingKeyConstraintField
item from the underlying collection.boolean
TargetedIndexConstraint.removeKeyField
(KeyConstraintField item) Remove the first matchingKeyConstraintField
item from the underlying collection.boolean
TargetedIndexHasKeyConstraint.removeKeyField
(KeyConstraintField item) Remove the first matchingKeyConstraintField
item from the underlying collection.boolean
TargetedIsUniqueConstraint.removeKeyField
(KeyConstraintField item) Remove the first matchingKeyConstraintField
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
FlagIndexHasKey.setKeyFields
(List<KeyConstraintField> value) void
TargetedIndexConstraint.setKeyFields
(List<KeyConstraintField> value) void
TargetedIndexHasKeyConstraint.setKeyFields
(List<KeyConstraintField> value) void
TargetedIsUniqueConstraint.setKeyFields
(List<KeyConstraintField> value)