polish - added conventions as much as possible for flow moduarlization and naming
tweaked package structure
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
version="1.0">
|
||||
<persistence-unit name="bookingDatabase">
|
||||
<provider>org.hibernate.ejb.HibernatePersistence</provider>
|
||||
<class>org.springframework.webflow.samples.booking.model.User</class>
|
||||
<class>org.springframework.webflow.samples.booking.model.Booking</class>
|
||||
<class>org.springframework.webflow.samples.booking.model.Hotel</class>
|
||||
<class>org.springframework.webflow.samples.booking.app.User</class>
|
||||
<class>org.springframework.webflow.samples.booking.app.Booking</class>
|
||||
<class>org.springframework.webflow.samples.booking.app.Hotel</class>
|
||||
<properties>
|
||||
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
|
||||
<property name="hibernate.hbm2ddl.auto" value="create-drop" />
|
||||
|
||||
Reference in New Issue
Block a user