Interface EntityValidationService
- All Known Implementing Classes:
- EntityValidationServiceImpl
public interface EntityValidationService
- 
Method SummaryModifier and TypeMethodDescriptionReturns a object that applies all configured asynchronous validators to a given entity.Returns a object that applies all configured validators to a given entity.
- 
Method Details- 
getValidationValidation getValidation()Returns a object that applies all configured validators to a given entity. The validators are looked up using the `EntityModel` of the entity.
- 
getAsyncValidationValidation getAsyncValidation()Returns a object that applies all configured asynchronous validators to a given entity. The validators are looked up using the `EntityModel` of the entity.
 
-