babyfish-ct / jimmer

A revolutionary ORM framework for both java and kotlin.
Apache License 2.0
827 stars 80 forks source link

Register manual connections to ConnectionManager #627

Closed belovaf closed 2 months ago

belovaf commented 2 months ago

All queries goes through ConnectionManager including queries with external connection. I tried to make as little breaking changes as possible, but it looks like ConnectionManager is not the best name for the new abstraction anymore. I think JdbcExecutor will be better.