HHH-6371 Fixing OverrideTest - package names in orm mapping files did not get updated properly during the package refactoring

This commit is contained in:
Hardy Ferentschik 2011-07-13 16:47:38 +02:00
parent 5e7b730f09
commit ad959ce566
6 changed files with 52 additions and 53 deletions

View File

@ -8,7 +8,7 @@
<cascade-persist/>
</persistence-unit-defaults>
</persistence-unit-metadata>
<package>org.hibernate.metamodel.binder.source.annotations.xml.mocker</package>
<package>org.hibernate.metamodel.source.annotations.xml.mocker</package>
<entity class="Book">
<attributes>

View File

@ -3,7 +3,7 @@
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">
<package>org.hibernate.metamodel.binder.source.annotations.xml.mocker</package>
<package>org.hibernate.metamodel.source.annotations.xml.mocker</package>
<schema>XML_SCHEMA</schema>
<catalog>XML_CATALOG</catalog>
</entity-mappings>

View File

@ -3,7 +3,7 @@
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">
<package>org.hibernate.metamodel.binder.source.annotations.xml.mocker</package>
<package>org.hibernate.metamodel.source.annotations.xml.mocker</package>
<entity class="Author" metadata-complete="true">
<id-class class="Topic"/>
</entity>

View File

@ -3,8 +3,7 @@
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">
<package>org.hibernate.metamodel.binder.source.annotations.xml.mocker</package>
<package>org.hibernate.metamodel.source.annotations.xml.mocker</package>
<mapped-superclass class="Book">
<attributes>
<element-collection name="topics">