Skip to content

Mybatis CDI 1.0.0-beta5

Choose a tag to compare

@hazendaz hazendaz released this 21 Nov 22:38
· 1166 commits to master since this release

In order to make this module more CDI friendly, the @Mapper interface was moved to the Mapper interfaces itself and a new annotation @SessionFactoryProvider is now mandatory for SqlSessionFactory producers.

  • @Mapper annotation is now mandatory in Mapper Interfaces and forbidden in injection points.
  • @SessionFactoryProvider is now mandatory in SqlSessionFactory producers.