Package org.codehaus.groovy.grails.orm.hibernate.validation

Interface Summary
PersistentConstraint Interface that defines a persistent constraint that evaluates the database.
 

Class Summary
AbstractPersistentConstraint Constraints that require access to the HibernateTemplate should subclass this class
PersistentConstraintFactory A factory that creates PersistentConstraint instances ensuring that dependencies are provided
UniqueConstraint A constraint that validates the uniqueness of a property (will query the database during validation process).
 



Copyright (c) 2005-2006 The Grails project