Class ValidationUtils
Object
ValidationUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidcheckValidation(String name, T attribute) Checks the validation of a JPA entity.
-
Method Details
-
checkValidation
Checks the validation of a JPA entity.- Parameters:
name- the player/userattribute- the entity to check- Throws:
MudWebException- with the ConstraintViolations
-