After you have executed the SqlUpdate you can bind new variables using {@link #setParameter(String,Object)} etc and then execute the SqlUpdateagain.
For JDBC batch processing refer to {@link Transaction#setBatchMode(boolean)} and{@link Transaction#setBatchSize(int)}.
@see com.avaje.ebean.Ebean#execute(SqlUpdate) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |