Skip to content

Commit

Permalink
Add Query utilities documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Oct 12, 2023
1 parent 51b8849 commit cc1c801
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ The `your.repository.package` is the Java package of your Spring repositories.

* [`SQLStatementCountValidator` - How to detect the Hibernate N+1 query problem during testing](https://vladmihalcea.com/how-to-detect-the-n-plus-one-query-problem-during-testing/)

##### Query Utilities

* [`SQLExtract` - How to get the SQL query from JPQL or JPA Criteria](https://vladmihalcea.com/get-sql-from-jpql-or-criteria/)
* [`QueryStackTraceLogger` - How to find the source of an SQL query generated by Hibernate](https://vladmihalcea.com/source-sql-query-hibernate/)

### Requirements

* Java version supported by the Hibernate ORM version you are using.
Expand Down

0 comments on commit cc1c801

Please sign in to comment.