Uses of Interface
org.codehaus.groovy.grails.validation.ConstraintFactory

Packages that use ConstraintFactory
org.codehaus.groovy.grails.orm.hibernate.validation   
org.codehaus.groovy.grails.validation   
 

Uses of ConstraintFactory in org.codehaus.groovy.grails.orm.hibernate.validation
 

Classes in org.codehaus.groovy.grails.orm.hibernate.validation that implement ConstraintFactory
 class PersistentConstraintFactory
          A factory that creates PersistentConstraint instances ensuring that dependencies are provided.
 

Uses of ConstraintFactory in org.codehaus.groovy.grails.validation
 

Methods in org.codehaus.groovy.grails.validation with parameters of type ConstraintFactory
static void ConstrainedProperty.registerNewConstraint(String name, ConstraintFactory factory)