#hibernate
Read more stories on Hashnode
Articles with this tag
Learn how to log SQL queries in Hibernate to identify performance issues in the data access layer. · show-sql=true show-sql is the basic option in...
To work efficiently with Spring, JPA and Hibernate one needs to understand how this technologies work together. I try to explain it in this article. · A...
@OneToMany is one of the most often used annotations in #JPA. Whenever a Parent Entity can have multiple Childs we use a Collection with the...
Pure Many-To-Many relationships rarely exist, thus it's worth to think about it when designing JPA Entities. · Sometimes in projects when modeling #JPA...
Starting with Hibernate 6.2 it is now possible to order columns in tables generated by Hibernate. The new concept is called ColumnOrderingStrategy. · The...