Uses of Class
org.hibernate.cfg.beanvalidation.ValidationMode
-
Packages that use ValidationMode Package Description org.hibernate.cfg.beanvalidation -
-
Uses of ValidationMode in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return ValidationMode Modifier and Type Method Description static ValidationMode
ValidationMode. valueOf(java.lang.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.cfg.beanvalidation that return types with arguments of type ValidationMode Modifier and Type Method Description static java.util.Set<ValidationMode>
ValidationMode. getModes(java.lang.Object modeProperty)
java.util.Set<ValidationMode>
ActivationContext. getValidationModes()
Access the requested validation mode(s).Method parameters in org.hibernate.cfg.beanvalidation with type arguments of type ValidationMode Modifier and Type Method Description static java.lang.String
ValidationMode. loggable(java.util.Set<ValidationMode> modes)
-