Skip to content

Ricston/mule-module-mybatis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WELCOME

This is the Mule module for MyBatis developed by Ricston Ltd (www.ricston.com).

To compile and package from source, just execute: mvn package. This will also generate the Mule Studio plugin.

MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records.

This connector allows you to use MyBatis from within Mule.

Mule supported versions

Mule 3.6.x

Installation

For beta connectors you can download the source code and build it with devkit to find it available on your local repository. Then you can add it to Studio…

For released connectors you can download them from the update site in Studio. Open MuleStudio, go to Help → Install New Software and select MuleStudio Cloud Connectors Update Site where you’ll find all avaliable connectors.

#Usage For information about usage our documentation at https://github.com/Ricston/mule-module-mybatis/wiki. Also please read the following blog post: http://ricston.com/blog/rant-mule-jdbc-transport-introduction-mule-module-mybatis/. It explains how to use the module, and some of the limitations of the JDBC Mule transport which it tries to avoid.

Reporting Issues

We use GitHub:Issues for tracking issues with this connector. You can report new issues at this link https://github.com/Ricston/mule-module-mybatis/issues.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages