Changed test to reproduce HHH-4261
This commit is contained in:
parent
ff22f64bae
commit
8ca6b276ca
|
@ -187,4 +187,9 @@ public class AnyTest extends BaseCoreFunctionalTestCase {
|
||||||
"org.hibernate.test.annotations.any"
|
"org.hibernate.test.annotations.any"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected String[] getXmlFiles() {
|
||||||
|
return new String[] { "org/hibernate/test/annotations/any/orm.xml" };
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<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.test.annotations.any</package>
|
||||||
|
</entity-mappings>
|
Loading…
Reference in New Issue