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
Methods in org.hibernate.boot.beanvalidation that return GroupsPerOperation.OperationModifier and TypeMethodDescriptionstatic GroupsPerOperation.Operation
Returns 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)