Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default fetch type to FetchType.LAZY #41

Open
qsef1256 opened this issue Feb 22, 2024 · 0 comments
Open

Set default fetch type to FetchType.LAZY #41

qsef1256 opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request refactor Refactoring

Comments

@qsef1256
Copy link
Owner

FetchType은 Hibernate Docs에서 확인할 수 있듯이 기본적으로 FetchType.LAZY를 사용하는 것이 유리, 하지만

https://stackoverflow.com/questions/57585630/how-to-change-jpa-default-fetching-to-lazy/57586036#57586036

에 따라 기본 default fetch type 설정을 수정할 수 없으므로, https://blogshine.tistory.com/439 를 따라 AST 조작을 사용해 구현해볼 예정

@qsef1256 qsef1256 added enhancement New feature or request refactor Refactoring labels Feb 22, 2024
@qsef1256 qsef1256 self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Refactoring
Projects
None yet
Development

No branches or pull requests

1 participant