actframework / act-ebean

The ebean plugin that uses latest ebeanorm and requrie java 8 support
Apache License 2.0
2 stars 1 forks source link

EbeanDao.save(Iterable<MODEL_TYPE> iterable) shall not create transaction #17

Closed greenlaw110 closed 7 years ago

greenlaw110 commented 7 years ago

The underline ebean server has already implemented the batch transaction semantic in the EbeanServer.saveAll(List) method