Regular |
 |
Joined: Tue Oct 16, 2007 9:45 am Posts: 93
|
Hibernate version:
1.2.1
Mapping documents:
<id name="RecordId"
type="Int32"
column="VEOID"
access="field.camelcase-underscore">
<generator class="hilo">
<param name="table">ve_dataobject_counter</param>
<param name="column">nextValue</param>
<param name="max_lo">100</param>
</generator>
</id>
When I try to save entity, I get the message that it cannot save object and that:
"Table storage engine for 've_dataobject_counter' doesn't have this option."
What option is that? This is on mySql 5. I am not very familiar with it. Can anybody help?
|
|