| Interface | Description |
|---|---|
| PersistentConstraint |
Defines a persistent constraint that evaluates the database.
|
| Class | Description |
|---|---|
| AbstractPersistentConstraint |
Constraints that require access to the HibernateTemplate should subclass this class.
|
| HibernateConstraintsEvaluator |
Extends default implementation to add Hibernate specific exceptions.
|
| HibernateDomainClassValidator |
First checks if the Hibernate PersistentCollection instance has been initialised before bothering
to cascade.
|
| PersistentConstraintFactory |
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).
|