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.
----- Original Message ---- From: Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, January 24, 2008 12:14:20 PM Subject: Re: wicket maven archettype, SPRING-HIBERNATE-JPA? I think you could get very close by having a basic wicket-jpa-hibernate-spring thing(it'll mainly be copy pasting and refactorying), i'll try to see how great database migration are with this combination.. Konstantin Ignatyev wrote: > I like idea of archetype and have tried creating one awhile ago but I did not go far because archetype's functionality seems to be VERY limited and certainly does not support features like rails/grails do. > > Maybe we need combination of archetype + plugin where archetype will just create a stub and plugin will take care of all the extended functionality I am dreaming of.
