Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.datasource Classes and Interfaces - 47 results found.
NameDescriptionTypePackageFramework
AbstractDataSourceAbstract base class for Spring's DataSource'Padding' in the context of this class means default implementationsClassorg.springframework.jdbc.datasourceSpring MVC
AbstractDriverBasedDataSourceAbstract base class for JDBC DataSource implementationsthat operate on a JDBC Driver.Classorg.springframework.jdbc.datasourceSpring MVC
AbstractRoutingDataSourceAbstract DataSource implementation that routes getConnection()calls to one of various target DataSources based on a lookup key.Classorg.springframework.jdbc.datasource.lookupSpring MVC
BeanFactoryDataSourceLookupDataSourceLookup implementation based on a Spring BeanFactory.Classorg.springframework.jdbc.datasource.lookupSpring MVC
CannotReadScriptExceptionThrown by ScriptUtils if an SQL script cannot be read.Classorg.springframework.jdbc.datasource.initSpring MVC
CompositeDatabasePopulatorDatabasePopulator implementation that delegates to a list of otherDatabasePopulator implementations, executing all scripts.Classorg.springframework.jdbc.datasource.initSpring MVC
ConnectionHandleSimple interface to be implemented by handles for a JDBC Connection.Interfaceorg.springframework.jdbc.datasourceSpring MVC
ConnectionHolderConnection holder, wrapping a JDBC Connection.Classorg.springframework.jdbc.datasourceSpring MVC
ConnectionPropertiesConnectionProperties serves as a simple data container that allowsessential JDBC connection properties to be configured consistently,Interfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
ConnectionProxySubinterface of Connection to be implemented byConnection proxies.Interfaceorg.springframework.jdbc.datasourceSpring MVC
DatabasePopulatorStrategy used to populate, initialize, or clean up a database.Interfaceorg.springframework.jdbc.datasource.initSpring MVC
DatabasePopulatorUtilsUtility methods for executing a DatabasePopulator.Classorg.springframework.jdbc.datasource.initSpring MVC
DataSourceFactoryDataSourceFactory encapsulates the creation of a particularDataSource implementation such as aInterfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
DataSourceInitializerUsed to set up a database duringinitialization and clean up a database duringClassorg.springframework.jdbc.datasource.initSpring MVC
DataSourceLookupStrategy interface for looking up DataSources by name.Interfaceorg.springframework.jdbc.datasource.lookupSpring MVC
DataSourceLookupFailureExceptionException to be thrown by a DataSourceLookup implementation,indicating that the specified DataSource could not be obtained.Classorg.springframework.jdbc.datasource.lookupSpring MVC
DataSourceTransactionManagerPlatformTransactionManagercapable of working in any environment with any JDBC driver, as long as the setupClassorg.springframework.jdbc.datasourceSpring MVC
DataSourceUtilsHelper class that provides static methods for obtaining JDBC Connections froma DataSource.Classorg.springframework.jdbc.datasourceSpring MVC
DelegatingDataSourceJDBC DataSource implementation that delegates all callsto a given target DataSource.Classorg.springframework.jdbc.datasourceSpring MVC
DriverManagerDataSourceSimple implementation of the standard JDBC DataSource interface,configuring the plain old JDBC DriverManager via bean properties, andClassorg.springframework.jdbc.datasourceSpring MVC
EmbeddedDatabaseEmbeddedDatabase serves as a handle to an embedded database instance.Interfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseBuilderA builder that provides a convenient API for constructing an embedded database.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseConfigurerEmbeddedDatabaseConfigurer encapsulates the configuration required tocreate, connect to, and shut down a specific type of embedded database such asInterfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseFactoryFactory for creating an EmbeddedDatabase instance.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseFactoryBeanA subclass of EmbeddedDatabaseFactory that implements FactoryBeanfor registration as a Spring bean.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseTypeenum EmbeddedDatabaseTypeA supported embedded database type.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
IsolationLevelDataSourceAdapterAn adapter for a target DataSource, applying the currentSpring transaction's isolation level (and potentially specified user credentials)Classorg.springframework.jdbc.datasourceSpring MVC
IsolationLevelDataSourceRouterDataSource that routes to one of various target DataSources based on thecurrent transaction isolation level.Classorg.springframework.jdbc.datasource.lookupSpring MVC
JdbcTransactionObjectSupportConvenient base class for JDBC-aware transaction objects.Classorg.springframework.jdbc.datasourceSpring MVC
JndiDataSourceLookupJNDI-based DataSourceLookup implementation.Classorg.springframework.jdbc.datasource.lookupSpring MVC
LazyConnectionDataSourceProxyProxy for a target DataSource, fetching actual JDBC Connections lazily,i.Classorg.springframework.jdbc.datasourceSpring MVC
MapDataSourceLookupSimple DataSourceLookup implementation that relies on a map for doing lookups.Classorg.springframework.jdbc.datasource.lookupSpring MVC
OutputStreamFactoryInternal helper for exposing dummy OutputStreams to embedded databasessuch as Derby, preventing the creation of a log file.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
ResourceDatabasePopulatorPopulates, initializes, or cleans up a database using SQL scripts defined inCall addScript(org.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptExceptionRoot of the hierarchy of data access exceptions that are related to processingSince:4.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptParseExceptionThrown by ScriptUtils if an SQL script cannot be properly parsed.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptStatementFailedExceptionThrown by ScriptUtils if a statement in an SQL script failed whenexecuting it against the target database.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptUtilsGeneric utility methods for working with SQL scripts.Classorg.springframework.jdbc.datasource.initSpring MVC
SimpleConnectionHandleSimple implementation of the ConnectionHandle interface,containing a given JDBC Connection.Classorg.springframework.jdbc.datasourceSpring MVC
SimpleDriverDataSourceSimple implementation of the standard JDBC DataSource interface,configuring a plain old JDBC Driver via bean properties, andClassorg.springframework.jdbc.datasourceSpring MVC
SingleConnectionDataSourcewhich is not closed after use.Classorg.springframework.jdbc.datasourceSpring MVC
SingleDataSourceLookupAn implementation of the DataSourceLookup that simply wraps asingle given DataSource, returned for any data source name.Classorg.springframework.jdbc.datasource.lookupSpring MVC
SmartDataSourceExtension of the javax.Interfaceorg.springframework.jdbc.datasourceSpring MVC
TransactionAwareDataSourceProxyProxy for a target JDBC DataSource, adding awareness ofSpring-managed transactions.Classorg.springframework.jdbc.datasourceSpring MVC
UncategorizedScriptExceptionThrown when we cannot determine anything more specific than something wentwrong while processing an SQL script: for example, a SQLExceptionClassorg.springframework.jdbc.datasource.initSpring MVC
UserCredentialsDataSourceAdapterAn adapter for a target JDBC DataSource, applying the specifieduser credentials to every standard getConnection() call, implicitlyClassorg.springframework.jdbc.datasourceSpring MVC
WebSphereDataSourceAdapterDataSource implementation that delegates all calls to a WebSpheretarget DataSource, typically obtained from JNDI, applying a currentClassorg.springframework.jdbc.datasourceSpring MVC