Skip to content

Releases: mahiarmody/Mbg-Plugin-Db_Function_Invoker

MyBatis-Generator-Plugin-Database_Function_Invoker

10 May 02:29
Compare
Choose a tag to compare

The first release of the MyBatis Generator (mbg) Plugin that enables incorporating or adding Database Function Invocations (such as the soundex, RawToHex, database encryption functions, etc) to the MyBatis Generator generated SQL Map files (XML mapper files). The invoked database functions could be built-in database functions or user defined database functions. The database function invocations are specified for individual columns and act on that individual column's data. Function invocations cannot be specified for an entire table.

Download the binary tar.gz or zip archive and extract it to a convenient location. The MyBatis Generator Plugin JAR file for adding Database Function Invocations is located in the lib directory of the extracted archive.

Please see the README file for details on installing this plugin. Please see this plugin's wiki page (book icon on the right) for usage details.