2023-01-13-TIL
2023-01-13-TIL
Today I Learned
JPA Association Pros and Cons
- https://stackoverflow.com/questions/17928152/hibernate-pros-cons-of-association-mapping-without-foreginkey
JPA Hypersistence Optimizer
- https://vladmihalcea.com/hypersistence-optimizer/
- https://vladmihalcea.com/jpa-association-fetching-validator/
JPA Association Best Practices
- https://www.jpa-buddy.com/blog/synchronization-methods-for-many-to-many-associations/
- https://thorben-janssen.com/ultimate-guide-association-mappings-jpa-hibernate/
- https://thorben-janssen.com/best-practices-for-many-to-many-associations-with-hibernate-and-jpa/
- https://medium.com/@vaqifagayev/associations-spring-jpa-d58988c85da3
- https://vladmihalcea.com/manytoone-jpa-hibernate/
- https://www.youtube.com/watch?v=808pWqjuhMo
JPS Association Performance Tunning
- https://stackoverflow.com/questions/44072550/jpa-how-to-improve-performance-in-persistance-of-onetomany-relationships
- https://thorben-janssen.com/6-performance-pitfalls-when-using-spring-data-jpa/
- https://thorben-janssen.com/6-hibernate-mappings-you-should-avoid-for-high-performance-applications/
- https://www.adservio.fr/post/hibernate-performance-best-practices
- https://blog.ippon.tech/boost-the-performance-of-your-spring-data-jpa-application/
Todo
- 트랜잭션 매니저 정리하기
- 트랜잭션 격리수준 정리하기
- Transaction Propagation 정리하기
- R2DBC 정리하기
This post is licensed under CC BY 4.0 by the author.