Skip to content

Commit

Permalink
Update utilities README section to include ClassImportIntegrator
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Dec 9, 2019
1 parent 9b07dd6 commit f5e72c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ For more details, check out [this article](https://vladmihalcea.com/how-to-map-j

#### Utilities

* [How to map camelCase properties to snake_case column names with Hibernate](https://vladmihalcea.com/map-camel-case-properties-snake-case-column-names-hibernate/)
* [`CamelCaseToSnakeCaseNamingStrategy` - How to map camelCase properties to snake_case column names with Hibernate](https://vladmihalcea.com/map-camel-case-properties-snake-case-column-names-hibernate/)
* [`ClassImportIntegrator` - How to write a compact DTO projection query with JPA](https://vladmihalcea.com/dto-projection-jpa-query/)

### Are you struggling with application performance issues?

Expand Down

0 comments on commit f5e72c7

Please sign in to comment.