Uses of Class
org.hibernate.validator.cfg.defs.UUIDDef
-
Packages that use UUIDDef Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API. -
-
Uses of UUIDDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return UUIDDef Modifier and Type Method Description UUIDDefUUIDDef. allowEmpty(boolean allowEmpty)UUIDDefUUIDDef. allowNil(boolean allowNil)UUIDDefUUIDDef. letterCase(UUID.LetterCase letterCase)UUIDDefUUIDDef. variant(int[] variant)UUIDDefUUIDDef. version(int[] version)
-