Skip to content
Snippets Groups Projects
Commit d56e5119 authored by piotr.gawron's avatar piotr.gawron
Browse files

persist test fix

parent d8bc48ee
No related branches found
No related tags found
1 merge request!1Issue 37
......@@ -127,6 +127,7 @@ public abstract class Element implements AnnotatedObject, Serializable {
* every compartment then null value is assigned.
*/
@ManyToOne
@Cascade({ CascadeType.SAVE_UPDATE })
private Compartment compartment;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment