-
Notifications
You must be signed in to change notification settings - Fork 0
chore(persistence): Review lazy/eager and cascade settings for core entities #15
Copy link
Copy link
Open
Labels
area:persistenceEntities, DAOs, JPA/Hibernate mappings, and database concerns.Entities, DAOs, JPA/Hibernate mappings, and database concerns.enhancementNew feature or requestNew feature or requestpost-mvpUse for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.Use for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.priority:P3-lowNice-to-have or non-blocking; schedule as time permits.Nice-to-have or non-blocking; schedule as time permits.status:triageNewly filed or uncategorized. Needs initial review, labeling, and priority assignment.Newly filed or uncategorized. Needs initial review, labeling, and priority assignment.
Milestone
Metadata
Metadata
Assignees
Labels
area:persistenceEntities, DAOs, JPA/Hibernate mappings, and database concerns.Entities, DAOs, JPA/Hibernate mappings, and database concerns.enhancementNew feature or requestNew feature or requestpost-mvpUse for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.Use for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.priority:P3-lowNice-to-have or non-blocking; schedule as time permits.Nice-to-have or non-blocking; schedule as time permits.status:triageNewly filed or uncategorized. Needs initial review, labeling, and priority assignment.Newly filed or uncategorized. Needs initial review, labeling, and priority assignment.
Projects
StatusShow more project fields
No status
Problem / context
We need to confirm fetch/cascade settings to avoid N+1 or orphan records during submissions and deletes.
Proposed solution
Review entities and annotate fetch/cascade explicitly where needed (e.g., submissions under challenge; drillItem relationships).
In scope / Out of scope
In scope
Out of scope
Acceptance criteria
Area
area:persistence
Dependencies / related issues
Test Coverage issue for DAO behaviors if updated
Checklist