Skip to content
/ cdi Public
forked from mybatis/cdi

MyBatis CDI Extension

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

craftone/cdi

 
 

Repository files navigation

MyBatis CDI Extension

Build Status Coverage Status Dependency Status Maven central License

mybatis-logo

MyBatis-CDI extension takes care of the lifecycle of MyBatis mappers and SqlSessions. MyBatis components are directly injected into your CDI beans ready to be used, there is no need to create or destroy them. It also provides local and JTA transaction support based on the @Transactional annotation.

Compatibility

CDI API VERSION Oracle JDK 8 OpenJDK 8 OpenJDK 7
cdi-1.0 Y Y Y
cdi-1.1 Y Y Y
cdi-1.2 (preferred) Y Y Y
cdi-2.0 Y Y N

Essentials

Contributed Examples

About

MyBatis CDI Extension

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.9%
  • Shell 3.2%
  • CSS 1.9%