Hi
Can somebody give me a simple example on how to delay validation in hibernate till i commit the transaction.
In oracle for example i can create a table with all the constraints as deferred so that validation takes place at commit time only and not at insert.
However i am currently not using Oracle