HHH-14529 Remove an unused orm.xml file from tests
This commit is contained in:
parent
7291036680
commit
ef6bb2679b
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
~ Hibernate, Relational Persistence for Idiomatic Java
|
||||
~
|
||||
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
-->
|
||||
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
|
||||
version="1.0"
|
||||
>
|
||||
<table-generator name="EMP_GEN" table="GENERATOR_TABLE"
|
||||
pk-column-name="pkey" pk-column-value="EMP"
|
||||
value-column-name="hi" allocation-size="20"/>
|
||||
</entity-mappings>
|
Loading…
Reference in New Issue