0

I want to automatically generate POJO's corresponding to a set of DB/2 tables to test if JPA will work well for a new application.

In ancient history I used middlegen to create Hibernate mappings which then hbm2java could create POJOs from, and searching mostly revealed outdated information. I was wondering if middlegen is still the tool to use (and if so, where is its current homepage) even for JPA, or if a new toolset has arisen for JPA.

So, how do I generate POJO's from my DB/2 schema?

Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347

1 Answers1

0

I used Dali to automatically generate pojo entities from the database schema. Not sure how, or even if, it works programmatically though ...

NimChimpsky
  • 46,453
  • 60
  • 198
  • 311