File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes need of schema export feature? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "need of schema export feature?" Watch "need of schema export feature?" New topic
Author

need of schema export feature?

yamini nadella
Ranch Hand

Joined: Apr 13, 2004
Posts: 257
In Hibernate quiqly book I read that Hibernate provides schema export feature to create a table in database. Actually we need to use ORM based on the database structure, Then why we have to use schema export?

Yamini
Michael Duffy
Ranch Hand

Joined: Oct 15, 2005
Posts: 163
Originally posted by yamini nadella:
In Hibernate quiqly book I read that Hibernate provides schema export feature to create a table in database. Actually we need to use ORM based on the database structure, Then why we have to use schema export?

Yamini


You use the schema export feature if you're starting with Java objects and wish to generate the schema. It's also possible to generate Java objects from an existing schema.


%
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: need of schema export feature?
 
Similar Threads
re. export and update utility of Hibernate and mapping xml files
Need tool for export/import of database
How to migrate the database
the property "hibernate.hbm2ddl.auto"
VisualAge EJB 1.1 export tool