Skip to content
Snippets Groups Projects

Resolve "accessing comment"

Merged Piotr Gawron requested to merge 277-accessing-comment-issue into devel_11.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading