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

EbeanDao save entity fields methods not work #13

Open
thetcc opened this issue Jul 28, 2017 · 0 comments
Open

EbeanDao save entity fields methods not work #13

thetcc opened this issue Jul 28, 2017 · 0 comments

Comments

@thetcc
Copy link

thetcc commented Jul 28, 2017

The source code is
public void save(MODEL_TYPE entity, String fields, Object... values) throws IllegalArgumentException { this.ebean().update(entity); }

public void save(Transaction tx, MODEL_TYPE entity, String fields, Object... values) throws IllegalArgumentException { this.ebean().update(entity, tx); }

fields not modified!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant