HHH-9169 : SQLServer2012Dialect creates sequences starting from Long.MIN_VALUE

This commit is contained in:
Gail Badner 2014-05-14 13:44:17 -07:00
parent 2a27b7de98
commit e4426c9249
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<class name="Person"> <class name="Person">
<id name="id" type="long"> <id name="id" type="long">
<generator class="enhanced-sequence"/> <generator class="org.hibernate.id.enhanced.SequenceStyleGenerator"/>
</id> </id>
<property name="name" type="string"/> <property name="name" type="string"/>
<property name="weight" type="integer"/> <property name="weight" type="integer"/>