|
Re: GeneratingClasses and mappingFiles from database schema/ sql with ant/m
|
Posted: Nov 20, 2005 10:32 PM
|
|
Google hibernate Tutorial.
There is a great tutorial (3rd Chapter or so) on the site www.hibernate.org Should get you started with Configuring Hibernate - this includes setting up the cfg file to point to the appropriate Driver (I'm using jdbc-postgres to connect to postgres for instance), pool connections, admin stuff: passwords, login, etc; the actual Hibernate Mappings, the beans that use these Mappings, etc.
On the hibernate site you want to look for the link documentation and then manual or something to that effect.
|
|