You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable to provide an easier way to override the TransactionManager.
The current TransactionManager will be called HikariTransactionManager, whereas the interface will still provide default implementation of executeAndReturn and execute based on the implementation of dataSource.
This will impact TransactionManagerQuerydsl:
It will implement TransactionManager instead of extending it
It will contain an instance of TransactionManager to delegate the corresponding methods
The text was updated successfully, but these errors were encountered:
This will enable to provide an easier way to override the
TransactionManager
.The current
TransactionManager
will be calledHikariTransactionManager
, whereas the interface will still provide default implementation ofexecuteAndReturn
andexecute
based on the implementation ofdataSource
.This will impact
TransactionManagerQuerydsl
:TransactionManager
instead of extending itTransactionManager
to delegate the corresponding methodsThe text was updated successfully, but these errors were encountered: