Uses of Class
org.springframework.test.context.jdbc.SqlConfig
Packages that use SqlConfig Package Description org.springframework.test.context.jdbc JDBC support classes for the Spring TestContext Framework, including support for declarative SQL script execution via@Sql
.Uses of SqlConfig in org.springframework.test.context.jdbc
Methods in org.springframework.test.context.jdbc that return SqlConfig Modifier and Type Method Description SqlConfig
config()
Local configuration for the SQL scripts and statements declared within this@Sql
annotation.