Skip to content

xyz-dev/ibator122

Repository files navigation

===============================================================================
Overview
--------
Ibator is a code generator for the iBATIS SQL mapping framefork.
Ibator will introspect database tables (through JDBC DatabaseMetaData) and
generate SQL Map XML files, Java model object (POJOs) that match the table,
and (optionally) DAO classes that use the other generated objects.

For full documentation, please refer to the user's manual at doc/index.html
in this distribution.

Dependencies
------------
Ibator has no dependencies beyond the JRE.  Ibator does require JRE 5.0 or
above.  Ibator also requires that the JDBC driver implements the
DatabaseMetaData interface, especially the "getColumns" and "getPrimaryKeys"
methods.

Support
-------
Support for ibator is provided through the iBATIS user mailing list.  Mail
questions or bug reports to:

  [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages