Update Javadoc in SqlScriptsTestExecutionListener

master
Sam Brannen 10 years ago
parent a488515097
commit 5cb046da3d
  1. 6
      spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java

@ -55,8 +55,8 @@ import org.springframework.util.ResourceUtils;
* value of the {@link Sql#executionPhase executionPhase} flag. * value of the {@link Sql#executionPhase executionPhase} flag.
* *
* <p>Scripts will be executed either within an existing Spring-managed transaction * <p>Scripts will be executed either within an existing Spring-managed transaction
* or within a new, isolated transaction, depending on the configured value of the * or within an isolated transaction, depending on the configured value of
* {@link Sql#requireNewTransaction requireNewTransaction} flag. * {@link SqlConfig#transactionMode}.
* *
* <h3>Script Resources</h3> * <h3>Script Resources</h3>
* <p>For details on default script detection and how explicit script locations * <p>For details on default script detection and how explicit script locations
@ -65,7 +65,7 @@ import org.springframework.util.ResourceUtils;
* <h3>Required Spring Beans</h3> * <h3>Required Spring Beans</h3>
* <p>A {@link DataSource} and {@link PlatformTransactionManager} must be defined * <p>A {@link DataSource} and {@link PlatformTransactionManager} must be defined
* as beans in the Spring {@link ApplicationContext} for the corresponding test. * as beans in the Spring {@link ApplicationContext} for the corresponding test.
* Consult the Javadoc for {@link TestContextTransactionUtils#retrieveDataSource} * Consult the javadocs for {@link TestContextTransactionUtils#retrieveDataSource}
* and {@link TestContextTransactionUtils#retrieveTransactionManager} for details * and {@link TestContextTransactionUtils#retrieveTransactionManager} for details
* on the algorithms used to locate these beans. * on the algorithms used to locate these beans.
* *

Loading…
Cancel
Save