Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add merge() API (using default merge options) to EbeanServer, Ebean and BeanRepository #1394

Closed
rbygrave opened this issue May 29, 2018 · 0 comments
Assignees
Milestone

Comments

@rbygrave
Copy link
Member

  • MergeOptionsBuilder now can provide default MergeOptions (useful for simple "flat" bean merge)
  • add merge(bean) to EbeanServer, Ebean and BeanRepository ... which internally use the default MergeOptions
    Customer customer = ...
    // merge using the default MergeOptions
    Ebean.merge(customer);
@rbygrave rbygrave added this to the 11.15.13 milestone May 29, 2018
@rbygrave rbygrave self-assigned this May 29, 2018
rbygrave added a commit that referenced this issue May 29, 2018
… alternative to changing transaction batch mode enhancement

ENH: Add merge() API (using default merge options) to EbeanServer, Ebean and BeanRepository enhancement
rbygrave added a commit that referenced this issue May 29, 2018
… alternative to changing transaction batch mode enhancement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant