| Package | Description |
|---|---|
| org.hibernate.cfg.beanvalidation |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ValidationMode> |
ValidationMode.getModes(Object modeProperty) |
Set<ValidationMode> |
ActivationContext.getValidationModes()
Access the requested validation mode(s).
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ValidationMode.loggable(Set<ValidationMode> modes) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.