Skip to content

Instantly share code, notes, and snippets.

@nakamura-to
Last active December 21, 2015 15:19
Show Gist options
  • Save nakamura-to/6325700 to your computer and use it in GitHub Desktop.
Save nakamura-to/6325700 to your computer and use it in GitHub Desktop.
@OriginalStatesに関するDoma-1.33.0での改善予定
@Entity
public class ChildEntity extends ParentEntity {
Integer ccc;
}
@Entity
public class ParentEntity {
Integer aaa;
Integer bbb;
@OriginalStates
ParentEntity states;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment