2023-06-26-TIL
2023-06-26-TIL
Today I Learned
JPA findAll Anti-Pattern
- https://vladmihalcea.com/spring-data-findall-anti-pattern/
ManyToOne JPA and Hibernate association best practices
- https://vladmihalcea.com/manytoone-jpa-hibernate/
How to synchronize bidirectional entity associations with JPA and Hibernate
- https://vladmihalcea.com/jpa-hibernate-synchronize-bidirectional-entity-associations/
How to map a @ManyToOne association using a non-Primary Key column with JPA and Hibernate
- https://vladmihalcea.com/how-to-map-a-manytoone-association-using-a-non-primary-key-column/
The best way to map a JPA and Hibernate many-to-many association with extra columns
- https://vladmihalcea.com/the-best-way-to-map-a-many-to-many-association-with-extra-columns-when-using-jpa-and-hibernate/
###
- https://vladmihalcea.com/spring-data-jpa-findbyid/
Map Associations with JPA and Hibernate
- https://thorben-janssen.com/ultimate-guide-association-mappings-jpa-hibernate/
- https://www.baeldung.com/jpa-hibernate-associations
- https://velog.io/@dnjscksdn98/JPA-Hibernate-Bidirectional-Unidirectional-Relationships
- https://velog.io/@jhp1115/%EC%96%91%EB%B0%A9%ED%96%A5%EB%B3%B4%EB%8B%A4-%EB%8B%A8%EB%B0%A9%ED%96%A5-%EC%97%B0%EA%B4%80%EA%B4%80%EA%B3%84%EA%B0%80-%EC%A2%8B%EB%8B%A4
- https://www.youtube.com/watch?v=rYj8PLIE6-k
- https://developer-ping9.tistory.com/255
- https://jpa-buddy.com/blog/spring-data-jpa-interview-questions-and-answers/
The best way to fetch a Spring Data JPA DTO Projection
- https://vladmihalcea.com/spring-jpa-dto-projection/
Advantages of not using Spring Data and Hibernate with relational data
- https://itnext.io/advantages-of-not-using-spring-data-and-hibernate-with-relational-data-8a509faf0c48
This post is licensed under CC BY 4.0 by the author.