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 TypeMethodDescriptionbooleanFlagIndexHasKey.addKeyField(KeyConstraintField item) Add a newKeyConstraintFielditem to the underlying collection.booleanTargetedIndexConstraint.addKeyField(KeyConstraintField item) Add a newKeyConstraintFielditem to the underlying collection.booleanTargetedIndexHasKeyConstraint.addKeyField(KeyConstraintField item) Add a newKeyConstraintFielditem to the underlying collection.booleanTargetedIsUniqueConstraint.addKeyField(KeyConstraintField item) Add a newKeyConstraintFielditem to the underlying collection.booleanFlagIndexHasKey.removeKeyField(KeyConstraintField item) Remove the first matchingKeyConstraintFielditem from the underlying collection.booleanTargetedIndexConstraint.removeKeyField(KeyConstraintField item) Remove the first matchingKeyConstraintFielditem from the underlying collection.booleanTargetedIndexHasKeyConstraint.removeKeyField(KeyConstraintField item) Remove the first matchingKeyConstraintFielditem from the underlying collection.booleanTargetedIsUniqueConstraint.removeKeyField(KeyConstraintField item) Remove the first matchingKeyConstraintFielditem from the underlying collection.Method parameters in com.example.metaschema with type arguments of type KeyConstraintFieldModifier and TypeMethodDescriptionvoidFlagIndexHasKey.setKeyFields(List<KeyConstraintField> value) voidTargetedIndexConstraint.setKeyFields(List<KeyConstraintField> value) voidTargetedIndexHasKeyConstraint.setKeyFields(List<KeyConstraintField> value) voidTargetedIsUniqueConstraint.setKeyFields(List<KeyConstraintField> value)