|
|
@ -631,7 +631,7 @@ public class HikariConfig implements HikariConfigMXBean
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Determine whether internal pool queries, principally aliveness checks, will be isolated in their own transaction
|
|
|
|
* Determine whether internal pool queries, principally aliveness checks, will be isolated in their own transaction
|
|
|
|
* (via {@link java.sql.Connection#rollback()). Defaults to {@code false}.
|
|
|
|
* (via {@link java.sql.Connection#rollback())}. Defaults to {@code false}.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return {@code true} if internal pool queries are isolated, {@code false} if not
|
|
|
|
* @return {@code true} if internal pool queries are isolated, {@code false} if not
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -642,7 +642,7 @@ public class HikariConfig implements HikariConfigMXBean
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Configure whether internal pool queries, principally aliveness checks, will be isolated in their own transaction
|
|
|
|
* Configure whether internal pool queries, principally aliveness checks, will be isolated in their own transaction
|
|
|
|
* (via {@link java.sql.Connection#rollback()). Defaults to {@code false}.
|
|
|
|
* (via {@link java.sql.Connection#rollback())}. Defaults to {@code false}.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param isolate {@code true} if internal pool queries should be isolated, {@code false} if not
|
|
|
|
* @param isolate {@code true} if internal pool queries should be isolated, {@code false} if not
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|