Skip to content

Commit db08f76

Browse files
author
Joerg Huber
committed
Moved from external directory to here.
1 parent 6cbb1d7 commit db08f76

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE hibernate-configuration PUBLIC
3+
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4+
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
5+
6+
<hibernate-configuration>
7+
<session-factory>
8+
9+
<!-- ************** -->
10+
<!-- Mapping Files -->
11+
<!-- ************** -->
12+
<mapping resource="sif3/common/persist/model/SIF3Infra.hbm.xml"/>
13+
14+
</session-factory>
15+
</hibernate-configuration>

0 commit comments

Comments
 (0)