JPA ORM(Object-Relational Mapping) -JPA_performance

안녕하세요. 오늘은 JPA ORM 사용시 JPA_performace를 높이는 방법을 알려드리고자 합니다. 어제는 JPA 사용하는 방법의 엔티티 그래프와 QueryDSL를 설명했습니다. 기술적인 사용을 알게되면 어떻게 효율적으로 ORM을 사용할까라는 고민을 할 수 있습니다. 그러한 방법에 대해서는 여러가지가 있습니다. 지연 로딩과 즉시 로딩의 적절한 사용: JPA에서는 지연 로딩(Lazy loading)과 즉시 로딩(Eager loading)을 선택할 수 있습니다. 지연 로딩은 연관된 엔티티를 실제로 … Read more

Some Useful Links for You to Get Started

It seems like you’re running a default WordPress website. Here are a few useful links to get you started: Migration How to use WordPress Migrator Plugin? Migrate WordPress from Siteground to Cloudways Migrate WordPress from GoDaddy to Cloudways General How do I take my website live from Cloudways? How to manage WordPress via WP-CLI on … Read more