Uses of Class
org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
-
Packages that use GroupsPerOperation.Operation Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation. -
-
Uses of GroupsPerOperation.Operation in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return GroupsPerOperation.Operation Modifier and Type Method Description static GroupsPerOperation.OperationGroupsPerOperation.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupsPerOperation.Operation[]GroupsPerOperation.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.beanvalidation with parameters of type GroupsPerOperation.Operation Modifier and Type Method Description static Class<?>[]GroupsPerOperation. buildGroupsForOperation(GroupsPerOperation.Operation operation, Map settings, ClassLoaderAccess classLoaderAccess)Class<?>[]GroupsPerOperation. get(GroupsPerOperation.Operation operation)
-