FIX: Bean did not get dirty when modified with ExpressionPath.pathSet

This commit is contained in:
Roland Praml
2016-08-30 09:13:44 +02:00
parent 1796c8b9bc
commit adfe5f0305
3 changed files with 45 additions and 2 deletions
@@ -86,7 +86,7 @@ public class Order implements Serializable {
Date shipDate;
@NotNull
@ManyToOne
@ManyToOne(cascade = CascadeType.PERSIST)
@JoinColumn(name = "kcustomer_id")
@DocEmbedded(doc = "id,name")
Customer customer;