Interface EntityValidationService
- All Known Implementing Classes:
EntityValidationServiceImpl
public interface EntityValidationService
-
Method Summary
Modifier 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
-
getValidation
Validation getValidation()Returns a object that applies all configured validators to a given entity. The validators are looked up using the `EntityModel` of the entity. -
getAsyncValidation
Validation 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.
-