http://www.hibernate.org/119.html#A10 ----- Original Message ---- From: Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, January 24, 2008 2:28:11 PM Subject: Re: wicket maven archettype, SPRING-HIBERNATE-JPA?
But how well does it migrate? Does it preserve data? For example if I do major changes will it still fix it? regards Nino Konstantin Ignatyev wrote: > Hibernate takes care DB schema (re) definition when its configuration says > hibernate.hbm2ddl.auto=create > so when changes are made to the entity classes H (re)generates database schema. >
