Uses of Interface
org.codehaus.groovy.grails.orm.hibernate.validation.PersistentConstraint

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

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

Classes in org.codehaus.groovy.grails.orm.hibernate.validation that implement PersistentConstraint
(package private)  class AbstractPersistentConstraint
          Constraints that require access to the HibernateTemplate should subclass this class.
 class UniqueConstraint
          A constraint that validates the uniqueness of a property (will query the database during validation process).