-
Notifications
You must be signed in to change notification settings - Fork 2
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
First timepoint implementation #612
Conversation
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
@JoinColumn(name = "studyUuid") | ||
private StudyEntity study; | ||
|
||
@OneToMany(orphanRemoval = true, mappedBy = "timePoint", cascade = CascadeType.ALL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename the foreign key -> study_id_fk_constraint
?
protected List<TimePointNodeInfoEntity> timePointNodeInfos; | ||
|
||
//TODO temporary, for now we are only working with one timepoint by study | ||
@Transient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove @Transient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@Embeddable | ||
@EqualsAndHashCode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why ?
this.rootNodeInfoRepository = rootNodeInfoRepository; | ||
} | ||
|
||
private NodeEntity createNetworkmodificationNode(StudyEntity study, NodeEntity parentNode, NetworkModificationNode networkModificationNode) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…into timepoint-implementation
Signed-off-by: Slimane AMAR <[email protected]>
…into timepoint-implementation
…into timepoint-implementation
Signed-off-by: maissa SOUISSI <[email protected]>
Signed-off-by: maissa SOUISSI <[email protected]>
Signed-off-by: Slimane AMAR <[email protected]>
Signed-off-by: Slimane AMAR <[email protected]>
f89c0b2
to
b0bd18c
Compare
…te/study-server into timepoint-implementation
Signed-off-by: maissa SOUISSI <[email protected]>
Signed-off-by: Slimane AMAR <[email protected]>
…into timepoint-implementation
Signed-off-by: Slimane AMAR <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
…te/study-server into timepoint-implementation
…/powsybl-study-server into timepoint-implementation
Signed-off-by: LE SAULNIER Kevin <[email protected]>
…te/study-server into timepoint-implementation
Signed-off-by: Slimane AMAR <[email protected]>
…/powsybl-study-server into timepoint-implementation
Signed-off-by: LE SAULNIER Kevin <[email protected]> Signed-off-by: Slimane AMAR <[email protected]>
7621aed
to
7245d04
Compare
Quality Gate passedIssues Measures |
No description provided.