| If the autoCommit flag was set by the DataSource when the physical Connection was first created in the pool, then right after calling the commit or rollback, the JDBC Driver automatically starts the next transaction. Otherwise, it will not be legal to obtain a Connection, set the auto commit to false, and execute multiple transactions, one after the other since there is no begin() method in the JDBC Connection interface. |