Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
bb1762e9
Commit
bb1762e9
authored
Feb 21, 2018
by
Piotr Gawron
Browse files
Merge branch '277-accessing-comment-issue' into 'devel_11.0.x'
Resolve "accessing comment" See merge request piotr.gawron/minerva!211
parents
2d738b4b
f16f4241
Changes
1
Hide whitespace changes
Inline
Side-by-side
model/src/main/java/lcsb/mapviewer/model/map/species/Element.java
View file @
bb1762e9
...
...
@@ -127,7 +127,7 @@ public abstract class Element implements BioEntity, Serializable {
* {@link Compartment} where element is located. When element lies outside of
* every compartment then null value is assigned.
*/
@ManyToOne
@ManyToOne
(
fetch
=
FetchType
.
LAZY
)
@Cascade
({
CascadeType
.
SAVE_UPDATE
})
private
Compartment
compartment
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment