I would like to know what is the autocommit mode by default in JPA EntityManager with EclipseLink, is it autocommit-true or false? If by default it is false, when it is set to true, during the commit/rollback? ie., during entitymanager.getTranaction.commit() / entitymanager.getTranaction.rollback()?
And finally how to find out the autocommit mode programatically in JPA Eclipselink? Thnaks!