Class ConstraintChecks
java.lang.Object
ch.tocco.nice2.model.entity.api.schema.AbstractDispatcher
ch.tocco.nice2.model.entity.api.schema.DispatchingSchemaCheck
ch.tocco.nice2.model.entity.impl.schema.checks.ConstraintChecks
- All Implemented Interfaces:
SchemaCheck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEach binary field must be a foreign key into the _nice_binary table.void
setExcludedEntityModels
(List<GlobalUniqueConstraintContribution> contributions) Methods inherited from class ch.tocco.nice2.model.entity.api.schema.DispatchingSchemaCheck
allowedReturnTypes, check
Methods inherited from class ch.tocco.nice2.model.entity.api.schema.AbstractDispatcher
consider, dispatch, getDispatchClass
-
Constructor Details
-
ConstraintChecks
public ConstraintChecks()
-
-
Method Details
-
checkNullNotnull
-
checkUniqueConstraint
-
checkSequenceValues
-
checkBinaryForeignKeys
Each binary field must be a foreign key into the _nice_binary table. -
setExcludedEntityModels
@Autowired public void setExcludedEntityModels(List<GlobalUniqueConstraintContribution> contributions)
-