Open thetcc opened 7 years ago
The source code is public void save(MODEL_TYPE entity, String fields, Object... values) throws IllegalArgumentException { this.ebean().update(entity); }
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!
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!