Uses of Class
org.hibernate.boot.beanvalidation.ValidationMode
-
Packages that use ValidationMode Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation. -
-
Uses of ValidationMode in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return ValidationMode Modifier and Type Method Description static ValidationMode
ValidationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationMode[]
ValidationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.beanvalidation that return types with arguments of type ValidationMode Modifier and Type Method Description static Set<ValidationMode>
ValidationMode. getModes(Object modeProperty)
Set<ValidationMode>
ActivationContext. getValidationModes()
Access the requested validation mode(s).Method parameters in org.hibernate.boot.beanvalidation with type arguments of type ValidationMode Modifier and Type Method Description static String
ValidationMode. loggable(Set<ValidationMode> modes)
-