Module dev.metaschema.databind
Annotation Type AssemblyConstraints
Defines constraints that apply to assembly definitions.
-
Element Details
-
index
Get the index constraints for this assembly.- Returns:
- the index constraints or an empty array if no index constraints are defined
- Default:
- {}
-
unique
Get the unique constraints for this assembly.- Returns:
- the unique constraints or an empty array if no unique constraints are defined
- Default:
- {}
-
cardinality
Get the cardinality constraints for this assembly.- Returns:
- the cardinality constraints or an empty array if no cardinality constraints are defined
- Default:
- {}
-