Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Object Relational Mapping
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Object Relational Mapping
Data model to Object model
Insia ahmad
Greenhorn
Posts: 3
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I have a database scheema in informix, I want to generate Hibernate
Java
classes, what tools should i use?
thanks
Insia
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Middlegen will generate mapping files for your schema. hbm2java will create POJO's from the mapping files.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Insia ahmad
Greenhorn
Posts: 3
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks for your post, is middlegen a part of Hibernate extensions? if not then does hibernate provides any other tool to generate this mapping
Regards
Insia
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Middlegen isn't part of Hibernate at all, its a seperate product. Hibernate extensions does have something called ddl2hbm which I think does the same. Hibernate's own documentation however recommends Middlegen.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Pj Murray
Ranch Hand
Posts: 194
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The latest version of FireStorm/DAO generates Hibernate code by reverse engineering the database schema.
You can get general information here:
http://www.codefutures.com/hibernate/
You can download directly here.
http://www.codefutures.com/products/firestorm/download/3.0/
This is a RC1 - CodeFutures is looking for feedback from Hibernate users.
PJ Murray -
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Testing on different modules
tools of the hibernator
tool: er diagram from database-model
Hibernate(newbie) - generating relational database from Object model
Tools for Hibernate?
More...