Dear Community,
We are proud to announce that we have released new versions for most of the main projects:
- MyBatis 3.2.3
- MyBatis-Spring 1.2.1
- MyBatis-Guice 3.5
- MyBatis-Velocity 1.1
- Migrations 3.1.1
- Migrations Maven Plugin 1.1.0
All are mostly bug fix releases with some minor improvements. The details for each release are available in Github. Go to issues and select the corresponding milestone.
All artifacts are available as usual in maven central repository as a jar or a bundle.
Sincerely,
The MyBatis Team.
Showing posts with label velocity. Show all posts
Showing posts with label velocity. Show all posts
Monday, September 30, 2013
Tuesday, April 30, 2013
MyBatis Velocity Scripting 1.0 Released
Dear Community,
We would like to announce the release of MyBatis Velocity Scripting 1.0
It is an extension that allows you to use the Apache Velocity scripting language to generate your dynamic SQL queries on the fly.
Treat your SQL scripts as templates, mybatis will apply your parameters, generates the actual sql, bind the jdbc parameters and execute all for you. All templates are precompiled at load time, so they are very fast to execute.
It is very easy, look at the docs:
http://mybatis.github.io/velocity-scripting/
It is available as usual in maven central repository as a jar or a bundle.
Special thanks to Zaher Hammoud for its contributions.
Github: https://github.com/mybatis/velocity-scripting
Sincerely,
The MyBatis Team.
We would like to announce the release of MyBatis Velocity Scripting 1.0
It is an extension that allows you to use the Apache Velocity scripting language to generate your dynamic SQL queries on the fly.
Treat your SQL scripts as templates, mybatis will apply your parameters, generates the actual sql, bind the jdbc parameters and execute all for you. All templates are precompiled at load time, so they are very fast to execute.
It is very easy, look at the docs:
http://mybatis.github.io/velocity-scripting/
It is available as usual in maven central repository as a jar or a bundle.
Special thanks to Zaher Hammoud for its contributions.
Github: https://github.com/mybatis/velocity-scripting
Sincerely,
The MyBatis Team.
Subscribe to:
Posts (Atom)