程序包的使用
cn.taketoday.test.context.jdbc
程序包
说明
JDBC support classes for the TestContext Framework,
including support for declarative SQL script execution via
@Sql.-
类说明
MergedSqlConfigencapsulates the merged@SqlConfigattributes declared locally viaSql.config()and globally as a class-level annotation.@Sqlis used to annotate a test class or test method to configure SQLSql.scripts()andSql.statements()to be executed against a given database during integration tests.Enumeration of phases that dictate when SQL scripts are executed.@SqlConfigdefines metadata that is used to determine how to parse and execute SQL scripts configured via the@Sqlannotation.Enumeration of modes that dictate how errors are handled while executing SQL statements.Enumeration of modes that dictate whether SQL scripts should be executed within a transaction and what the transaction propagation behavior should be.@SqlMergeModeis used to annotate a test class or test method to configure whether method-level@Sqldeclarations are merged with class-level@Sqldeclarations.Enumeration of modes that dictate whether method-level@Sqldeclarations are merged with class-level@Sqldeclarations.