Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Dec 4, 2023
1 parent d51ef64 commit a77f6d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import jakarta.persistence.EntityManager;

/**
* Test utility for testing JPA-based code. This mainly makes sense when your tests are using a framework
* Test utility for testing JPA-based code. This is mainly useful when your tests are using a framework
* that sets up a transaction before each test, executes the test inside that transaction, and then rolls
* back the transaction after the test. The methods here are useful to flush and clear the {@link EntityManager}
* during test execution, otherwise JPA (e.g., Hibernate) won't always automatically flush. In addition,
Expand Down

0 comments on commit a77f6d9

Please sign in to comment.