Skip to content

mybatis-guice-3.7

Compare
Choose a tag to compare
@christianpoitras christianpoitras released this 19 Jan 17:07
· 1515 commits to master since this release

3.7 maintenance release

  • Default scripting language can be used.
  • Generic type handlers can be used.
  • Constructor injection will not work on type handlers due to support for generic type handlers.
  • Use field or setter injection instead.
  • Injection will work for ObjectFactory and ObjectWrapperFactory when using XML configuration.