Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
    "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
    ">
 
<hibernate-configuration>
    <session-factory>
        <mapping resource="TESTTABLEMAPPINGFILE.hbm.xml" />
    </session-factory>
    <session-factory>
        <mapping resource="ANOTHERMAPPINGFILE.hbm.xml" />
    </session-factory>
</hibernate-configuration>

...