Uses of Class
org.codehaus.groovy.grails.orm.hibernate.validation.AbstractPersistentConstraint

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

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

Subclasses of AbstractPersistentConstraint in org.codehaus.groovy.grails.orm.hibernate.validation
 class UniqueConstraint
          A constraint that validates the uniqueness of a property (will query the database during validation process).
 



Copyright (c) 2005-2006 The Grails project