Uses of Class
com.example.metaschema.KeyConstraintField
Packages that use KeyConstraintField
-
Uses of KeyConstraintField in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type KeyConstraintFieldModifier and TypeMethodDescriptionFlagIndexHasKey.getKeyFields()
TargetedIndexConstraint.getKeyFields()
TargetedIndexHasKeyConstraint.getKeyFields()
TargetedIsUniqueConstraint.getKeyFields()
Methods in com.example.metaschema with parameters of type KeyConstraintFieldModifier 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.Method parameters in com.example.metaschema with type arguments of type KeyConstraintFieldModifier 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)