Spring MVC - Class Diagram - Classes that extend UserCredentialsDataSourceAdapter




NameTypePackageDescriptionDetail

IsolationLevelDataSourceAdapterClassorg.springframework.jdbc.datasourceAn adapter for a target DataSource, applying the currentSpring transaction's isolation level (and potentially specified user credentials)Detail
UserCredentialsDataSourceAdapterClassorg.springframework.jdbc.datasourceAn adapter for a target JDBC DataSource, applying the specifieduser credentials to every standard getConnection() call, implicitlyDetail
WebSphereDataSourceAdapterClassorg.springframework.jdbc.datasourceDataSource implementation that delegates all calls to a WebSpheretarget DataSource, typically obtained from JNDI, applying a currentDetail