Fabio,
Thanks for the reply. I am not sure I follow, however. The hbm.xml
file lists:
<id name="groupId" type="Int64" column="GROUP_ID">
<generator class="sequence">
<param name="sequence">RPT_SOURCE_SEQ</param>
</generator>
</id>
are you saying that it should look something like:
<id name="groupId" type="Int64" column="GROUP_ID">
<generator class="trigger-identity"/>
</id>
or something to that effect?
Thanks - Peter
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.