mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX: Bean did not get dirty when modified with ExpressionPath.pathSet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user