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