Class Summary |
AbstractPersistentConstraint |
Constraints that require access to the HibernateTemplate should subclass this class. |
HibernateDomainClassValidator |
First checks if the Hibernate PersistentCollection instance has been initialised before bothering
to cascade. |
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). |