Package | Description |
---|---|
org.springframework.test.context.jdbc |
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql . |
Modifier and Type | Method and Description |
---|---|
static SqlMergeMode.MergeMode |
SqlMergeMode.MergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMergeMode.MergeMode[] |
SqlMergeMode.MergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|