|
|
@@ -10,12 +10,12 @@
|
|
10
|
10
|
<!-- Properties defined here are shared between test and production -->
|
|
11
|
11
|
<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
|
|
12
|
12
|
|
|
13
|
|
- <mapping resource="se/citerus/dddsample/domain/Cargo.hbm.xml" />
|
|
14
|
|
- <mapping resource="se/citerus/dddsample/domain/Itinerary.hbm.xml" />
|
|
15
|
|
- <mapping resource="se/citerus/dddsample/domain/Leg.hbm.xml" />
|
|
16
|
|
- <mapping resource="se/citerus/dddsample/domain/Location.hbm.xml" />
|
|
17
|
|
- <mapping resource="se/citerus/dddsample/domain/CarrierMovement.hbm.xml" />
|
|
18
|
|
- <mapping resource="se/citerus/dddsample/domain/HandlingEvent.hbm.xml" />
|
|
|
13
|
+ <mapping resource="se/citerus/dddsample/application/persistence/Cargo.hbm.xml" />
|
|
|
14
|
+ <mapping resource="se/citerus/dddsample/application/persistence/Itinerary.hbm.xml" />
|
|
|
15
|
+ <mapping resource="se/citerus/dddsample/application/persistence/Leg.hbm.xml" />
|
|
|
16
|
+ <mapping resource="se/citerus/dddsample/application/persistence/Location.hbm.xml" />
|
|
|
17
|
+ <mapping resource="se/citerus/dddsample/application/persistence/CarrierMovement.hbm.xml" />
|
|
|
18
|
+ <mapping resource="se/citerus/dddsample/application/persistence/HandlingEvent.hbm.xml" />
|
|
19
|
19
|
</session-factory>
|
|
20
|
20
|
|
|
21
|
21
|
</hibernate-configuration>
|