ebean-orm-deprecated / ebean-querybean

Moved as a module into ebean.git repo
https://ebean.io/docs/query/query-beans
Apache License 2.0
9 stars 3 forks source link

ENH: Add usingTransaction() and usingConnection() methods to query bean root #61

Closed rbygrave closed 5 years ago

rbygrave commented 5 years ago

These are added in Ebean 11.38.1 to make it easier / nicer to use external transactions and jdbc connections to execute queries (without going to the extended API).