Uses of Interface
org.hibernate.validator.internal.engine.groups.ValidationOrder

Packages that use ValidationOrder
org.hibernate.validator.internal.engine.groups Helper classes for the processing of groups. 
 

Uses of ValidationOrder in org.hibernate.validator.internal.engine.groups
 

Classes in org.hibernate.validator.internal.engine.groups that implement ValidationOrder
 class DefaultValidationOrder
          An instance of ValidationOrder defines the group order during one validation call.
 

Methods in org.hibernate.validator.internal.engine.groups that return ValidationOrder
 ValidationOrder ValidationOrderGenerator.getValidationOrder(Collection<Class<?>> groups)
          Generates a order of groups and sequences for the specified validation groups.
 



Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved