forked from mybatis/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mybatis#515 from jeffgbutler/kotlin
Add Simple Kotlin DOM and Generator Runtime for Kotlin
- Loading branch information
Showing
126 changed files
with
13,113 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Overview | ||
|
||
MyBatis Generator (MBG) is a code generator for the MyBatis SQL | ||
mapping framework. MBG will introspect database tables (through JDBC | ||
DatabaseMetaData) and generate SQL Map XML files, Java model object (POJOs) | ||
that match the table, and (optionally) Java client classes that use the other | ||
generated objects. | ||
|
||
MBG can also generate Kotlin code for MyBatis. | ||
|
||
For full documentation, please refer to the user's manual at http://www.mybatis.org/generator/ | ||
|
||
## Dependencies | ||
|
||
There are no dependencies beyond the JRE. Java 8 or above is required. | ||
Also required is a JDBC driver that implements the DatabaseMetaData interface, | ||
especially the "getColumns" and "getPrimaryKeys" methods. | ||
|
||
## Support | ||
|
||
Support is provided through the user mailing list. Mail | ||
questions or bug reports to: | ||
|
||
[email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.