2008/11/4 <glassfish_at_javadesktop.org>:
> flush() + clear() does not work, as at least Hibernate does not store entries to the disk if you do this.
Neither flush() nor clear() methods are supposed to commit
transaction, so do not expect anything to be "stored to the disk"
after invoking those methods.
Regards,
Witold Szczerba