Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Similar to Hibernate Flush listeners

EclipseLink support batch writing, so you shouldn't need to do this yourself.

If you want to write your own SQL, just don't flush at all, just call
clear() write your own SQL and commit.




--
View this message in context: http://eclipse.1072660.n5.nabble.com/Similar-to-Hibernate-Flush-listeners-tp154597p154744.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top