Quote:
Q1 : when we define an object mapping on an Oracle table, is this table automatically rebuilt/created at Configuration.buildSessionFactory() time ?
(I'm sure no hence the other question .... )
No - Hibernate does not generate the tables automatically.
Quote:
Q2 : How can we configure Hibernate so that the table is not created at this time ? Is there any way to have the script generated before hand so that our DBA can run them once for all.
See here:
http://www.hibernate.org/hib_docs/v3/re ... etguide-s1