Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.datasource.init Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
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
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
DataSourceInitializerUsed to set up a database duringinitialization and clean up a database duringClassorg.springframework.jdbc.datasource.initSpring 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
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