How do EJB database transactions work?
843830Sep 3 2004 — edited Sep 3 2004How does the database transaction mechanism work with EJB's?
Does the container write the database operations to some 'cache', check that the operations will execute correctly, and then commit them to the database?