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