In hibernate config file, hibernate.hbm2ddl.auto should be set to what value?
What is the case where we give as Validate? and What if we do not even specify it in config file? Can someone please throw some light on this?
In hibernate config file, hibernate.hbm2ddl.auto should be set to what value?
What is the case where we give as Validate? and What if we do not even specify it in config file? Can someone please throw some light on this?
In production, you shouldn't allow Hibernate to alter your database structure, IMO. You shouldn't bother setting hbm2ddl.auto at all.