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

fix(orm): @InjectRepository(Entity) 사용 시, Entity 평가를 Lazy하게 변경 #44

Open
biud436 opened this issue Sep 19, 2024 · 0 comments

Comments

@biud436
Copy link
Owner

biud436 commented Sep 19, 2024

Entity 평가를 바로 할 경우, 순서상 메타데이터를 찾을 수 없는 현상이 발생합니다.

따라서, 내부에서 () => Entity 등으로 매핑하여 lazy하게 평가해야 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant