users@glassfish.java.net

Re: BULK INSERTS EJB3

From: Witold Szczerba <pljosh.mail_at_gmail.com>
Date: Tue, 4 Nov 2008 22:30:55 +0100

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