Merge branch '5.3.x'
This commit is contained in:
@@ -111,7 +111,7 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
|
||||
|
||||
/**
|
||||
* Set the default auto-commit mode to expose when no target Connection
|
||||
* has been fetched yet (-> actual JDBC Connection default not known yet).
|
||||
* has been fetched yet (when the actual JDBC Connection default is not known yet).
|
||||
* <p>If not specified, the default gets determined by checking a target
|
||||
* Connection on startup. If that check fails, the default will be determined
|
||||
* lazily on first access of a Connection.
|
||||
@@ -123,7 +123,7 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
|
||||
|
||||
/**
|
||||
* Set the default transaction isolation level to expose when no target Connection
|
||||
* has been fetched yet (-> actual JDBC Connection default not known yet).
|
||||
* has been fetched yet (when the actual JDBC Connection default is not known yet).
|
||||
* <p>This property accepts the int constant value (e.g. 8) as defined in the
|
||||
* {@link java.sql.Connection} interface; it is mainly intended for programmatic
|
||||
* use. Consider using the "defaultTransactionIsolationName" property for setting
|
||||
|
||||
@@ -48,7 +48,7 @@ import org.springframework.util.StringUtils;
|
||||
* <property name="targetDataSource" ref="myTargetDataSource"/>
|
||||
* <property name="username" value="myusername"/>
|
||||
* <property name="password" value="mypassword"/>
|
||||
* </bean></pre>
|
||||
* </bean></pre>
|
||||
*
|
||||
* <p>If the "username" is empty, this proxy will simply delegate to the
|
||||
* standard {@code getConnection()} method of the target DataSource.
|
||||
|
||||
Reference in New Issue
Block a user