Skip to content

Commit

Permalink
Add Partition Id to Sentence Plan (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Dec 21, 2023
1 parent 7287908 commit df7a357
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class SentencePlan(
@Column(name = "oasys_sentence_plan_id")
val id: Long = 0
) {
val partitionAreaId: Long = 0

@OneToMany(mappedBy = "id.sentencePlan", cascade = [CascadeType.ALL])
var needs: List<Need> = listOf()
private set
Expand Down

0 comments on commit df7a357

Please sign in to comment.