Interface CudValidator<T>
- All Superinterfaces:
CreationValidator<T>,DeleteValidator<T>,UpdateValidator<T>
public interface CudValidator<T>
extends CreationValidator<T>, UpdateValidator<T>, DeleteValidator<T>
- Since:
- 1.0
- Author:
- CJ (power4j@outlook.com)
-
Method Summary
Methods inherited from interface com.power4j.fist.data.crud.service.validator.CreationValidator
creationValidateMethods inherited from interface com.power4j.fist.data.crud.service.validator.DeleteValidator
deleteValidateMethods inherited from interface com.power4j.fist.data.crud.service.validator.UpdateValidator
updateValidate