File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-orm/src/main/java/org/springframework/orm/jpa Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
*
94
94
* <p>This transaction manager supports nested transactions via JDBC Savepoints.
95
95
* The {@link #setNestedTransactionAllowed "nestedTransactionAllowed"} flag defaults
96
- * to {@code false } though, since nested transactions will just apply to the JDBC
96
+ * to {@code true } though, since nested transactions will just apply to the JDBC
97
97
* Connection, not to the JPA EntityManager and its cached entity objects and related
98
- * context. You can manually set the flag to {@code true } if you want to use nested
98
+ * context. You can manually set the flag to {@code false } if you want to disallow nested
99
99
* transactions for JDBC access code which participates in JPA transactions (provided
100
100
* that your JDBC driver supports Savepoints). <i>Note that JPA itself does not support
101
101
* nested transactions! Hence, do not expect JPA access code to semantically
You can’t perform that action at this time.
0 commit comments