Skip to content
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

[METASVC-140] Delete EntityRelation #216

Merged
merged 3 commits into from
Dec 3, 2024
Merged

[METASVC-140] Delete EntityRelation #216

merged 3 commits into from
Dec 3, 2024

Conversation

clorenz
Copy link
Member

@clorenz clorenz commented Dec 2, 2024

No description provided.

@@ -66,6 +66,22 @@ public void deleteBySubject(UUID subjectEntityUuid) {
.execute());
}

@Override
public int delete(EntityRelation entityRelation) throws RepositoryException {
return dbi.withHandle(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Könntest Du hier noch ein try-catch analog zum UniqueObjectRepositoryImpl::execInsertUpdate herum bauen? Dann käme auch wirklich eine RepoException 😉

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ist eingebaut

daforster
daforster previously approved these changes Dec 2, 2024
@clorenz clorenz merged commit a53dd66 into main Dec 3, 2024
3 checks passed
@clorenz clorenz deleted the remove-entityrelations branch December 3, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants