Skip to content

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

Description

@biud436

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions