Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Inserts and Caching



James Sutherland wrote:
> 
> No flush() does not commit the transaction, only commit() commits the
> transaction, flush() just writes the SQL to the database, rollback will
> still rollback everything from the point of the begin().
> 

Ok, but does a flush clear the cache? I.e. will the object up to this point
be garbage collected?

Thanks
Jan
-- 
View this message in context: http://www.nabble.com/Inserts-and-Caching-tp24109228p24167304.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top