mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#503 - @DraftDirty should be marked as not null automatically
This commit is contained in:
@@ -877,6 +877,7 @@ public class DeployBeanProperty {
|
||||
public void setDraftDirty() {
|
||||
this.draftOnly = true;
|
||||
this.draftDirty = true;
|
||||
this.nullable = false;
|
||||
}
|
||||
|
||||
public boolean isDraftDirty() {
|
||||
|
||||
Reference in New Issue
Block a user