Uses of Class
org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
-
Packages that use GroupsPerOperation.Operation Package Description org.hibernate.cfg.beanvalidation -
-
Uses of GroupsPerOperation.Operation in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return GroupsPerOperation.Operation Modifier and Type Method Description static GroupsPerOperation.OperationGroupsPerOperation.Operation. valueOf(java.lang.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.cfg.beanvalidation with parameters of type GroupsPerOperation.Operation Modifier and Type Method Description static java.lang.Class<?>[]GroupsPerOperation. buildGroupsForOperation(GroupsPerOperation.Operation operation, java.util.Map settings, ClassLoaderAccess classLoaderAccess)java.lang.Class<?>[]GroupsPerOperation. get(GroupsPerOperation.Operation operation)
-