0

I had hoped this was baked into the most recent release, but if it is, I can't find the docs via a simple Google search. Failing that, I'd prefer a simple library, but I'll settle for a tutorial.

Thanks.

Hank Gay
  • 70,339
  • 36
  • 160
  • 222

1 Answers1

1

Ibator can help you with this. Let it autogenerate everything, and you'll find by-Example Queries in the SQL Maps, as well as corresponding Java bindings in the DAOs.

Check "Example Class Usage Notes" on http://ibatis.apache.org/docs/tools/ibator/ for more information.

wallenborn
  • 4,158
  • 23
  • 39