Skip to content

v0.9.63

Compare
Choose a tag to compare
@babyfish-ct babyfish-ct released this 09 Mar 18:03
· 72 commits to main since this release
  1. Fix #942 #943

  2. Support #944 #945

  3. Support for transactions through the sqlClient.transaction method:

    1. If using an IOC framework, encapsulate the transaction management capabilities of the IOC framework.

      For example, when using jimmer-spring-starter, you don't need to do any work; sqlClient.transaction will automatically utilize Spring's transaction management capabilities.

    2. If not using any IOC framework, Jimmer provides a lightweight transaction propagation implementation.

    To further unify the usage scenarios of using an IOC framework and not using an IOC framework, Jimmer provides compile-time AOP aspect functionality. Please refer to @Tx. Try using this annotation on classes or methods, and the helpful error messages will guide you step-by-step to use it correctly.