Skip to content

Commit 075ab69

Browse files
committed
Moved Hibernate mapping files to application.persistence package
1 parent e747e82 commit 075ab69

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

dddsample/src/main/resources/hibernate.cfg.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<!-- Properties defined here are shared between test and production -->
1111
<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
1212

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" />
1919
</session-factory>
2020

2121
</hibernate-configuration>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)