Use this page to share links or source code to any plugins you wish to share with the community.
| Plugin Name | Description | Type | URL |
|---|---|---|---|
| Store Example Classes with DAOs | Generates the example classes in the same package as the DAO classes. | extension | http://www.bar54.de/example-relocation.html |
| Extended EqualsHasCodePlugin | Generates equals() and hashCode() methods for both domain and example classes. | plugin | http://harawata.blogspot.com/2009/04/adds-equals-and-hashcode-to-ibators.html |
| SQLMap columns with table name | Prefixes the column name in the sql map file with the name of the table. | plugin | http://www.bar54.de/ibator-sqlmap-column.html |
Types should be set to one of:
| Type Name | Description |
|---|---|
| plugin | An Ibator plugin that can be configured via <ibatorPlugin/> and developed according to http://ibatis.apache.org/docs/tools/ibator/reference/pluggingIn.html |
| extension | A real extension for an extension point that can be configured in the config xml and as described here: http://ibatis.apache.org/docs/tools/ibator/reference/extending.html |
| others | Any extensions/plugins which you would like to publish but they use another strategy then the previous one. Note that plugins and extension points are recommended. |
