Mybatis CDI 1.0.0-beta5
·
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.
@Mapperannotation is now mandatory in Mapper Interfaces and forbidden in injection points.@SessionFactoryProvideris now mandatory in SqlSessionFactory producers.