Class PersistenceValidatorAdapter
java.lang.Object
ch.tocco.nice2.model.entity.impl.validate.PersistenceValidatorAdapter
- All Implemented Interfaces:
- NiceModelValidator
Validates with the persistence-validators.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvalidate(EntityModel entity) voidvalidate(FieldModel field) voidvalidate(RelationModel relation) 
- 
Constructor Details- 
PersistenceValidatorAdapter
 
- 
- 
Method Details- 
validate- Specified by:
- validatein interface- NiceModelValidator
- Throws:
- ModelValidationException
 
- 
validate- Specified by:
- validatein interface- NiceModelValidator
- Throws:
- ModelValidationException
 
- 
validate- Specified by:
- validatein interface- NiceModelValidator
- Throws:
- ModelValidationException
 
 
-