We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@InjectRepository(Entity)
Entity 평가를 바로 할 경우, 순서상 메타데이터를 찾을 수 없는 현상이 발생합니다.
따라서, 내부에서 () => Entity 등으로 매핑하여 lazy하게 평가해야 합니다.
() => Entity
The text was updated successfully, but these errors were encountered:
@ManyToOne
No branches or pull requests
Entity 평가를 바로 할 경우, 순서상 메타데이터를 찾을 수 없는 현상이 발생합니다.
따라서, 내부에서
() => Entity
등으로 매핑하여 lazy하게 평가해야 합니다.The text was updated successfully, but these errors were encountered: