Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
149909b1
Commit
149909b1
authored
4 years ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
cannot have bi-directional relation
parent
3b53c0f8
No related branches found
No related tags found
2 merge requests
!81
New stable release
,
!43
Merge dev to master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fda-metadata-db/entities/src/main/java/at/tuwien/entities/container/Container.java
+0
-5
0 additions, 5 deletions
...src/main/java/at/tuwien/entities/container/Container.java
with
0 additions
and
5 deletions
fda-metadata-db/entities/src/main/java/at/tuwien/entities/container/Container.java
+
0
−
5
View file @
149909b1
...
...
@@ -58,11 +58,6 @@ public class Container {
@ManyToOne
(
fetch
=
FetchType
.
LAZY
,
cascade
=
CascadeType
.
ALL
)
private
ContainerImage
image
;
// @ToString.Include
// @OneToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
// private List<Database> databases;
@Column
(
nullable
=
false
,
updatable
=
false
)
@CreatedDate
private
Instant
created
;
...
...
This diff is collapsed.
Click to expand it.
Martin Weise
@mweise
mentioned in commit
c9fa12cf
·
3 years ago
mentioned in commit
c9fa12cf
mentioned in commit c9fa12cfce3f38f96a03771a53eb6ac426b753ce
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment