Hi,
I'm totally new to Hibernate. My project requires me to work on Hibernate. So I'm trying to run a sample application.
The issue is since I'm connecting to production database, I want to make sure that I don't end up modifying the database.
Came across
Quote:
hibernate.hbm2ddl.auto
which depending on the values [create, create-drop, update etc.] would drop and create the databse schema.
Please advice me on what value to be assigned o this configuration property so that I just read some records from the database without altering the database schema.
Also whats the default value for this property?
Thanks in advance
sara.