Annotation Interface的使用
cn.taketoday.test.context.jdbc.SqlMergeMode
使用SqlMergeMode的程序包
程序包
说明
JDBC support classes for the TestContext Framework,
including support for declarative SQL script execution via
@Sql.-
cn.taketoday.test.context.jdbc中SqlMergeMode的使用
修饰符和类型方法说明private SqlMergeModeSqlScriptsTestExecutionListener.getSqlMergeModeFor(Class<?> clazz) Get the@SqlMergeModeannotation declared on the supplied class.private SqlMergeModeSqlScriptsTestExecutionListener.getSqlMergeModeFor(Method method) Get the@SqlMergeModeannotation declared on the supplied method.