HHH-5076 HHH-4810 : Revert back to DataPoint.hbm.xml version that fixed HHH-4908
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19177 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6d1e51a26d
commit
8403e128f6
|
@ -13,10 +13,10 @@
|
|||
<generator class="increment"/>
|
||||
</id>
|
||||
<property name="x">
|
||||
<column name="xval" not-null="true" precision="25" scale="20" unique-key="xy"/>
|
||||
<column name="xval" not-null="true" precision="25" scale="19" unique-key="xy"/>
|
||||
</property>
|
||||
<property name="y">
|
||||
<column name="yval" not-null="true" precision="25" scale="20" unique-key="xy"/>
|
||||
<column name="yval" not-null="true" precision="25" scale="19" unique-key="xy"/>
|
||||
</property>
|
||||
<property name="description"/>
|
||||
</class>
|
||||
|
|
Loading…
Reference in New Issue