I think this is because you don't have it in the insert statement like
this...INSERT INTO hba_contact_hbc
(id,
hbc_contact_id,
hbc_tsc_name,
hbc_contact_name,
hbc_contact_date,
etc...if the property you're trying to use as the id is hbc_contact_id you'll need the selectKey to look like this: <selectKey resultClass="long" keyProperty="hbc_contact_id">
SELECT hba_contact_seq.NEXTVAL FROM DUAL
</selectKey>
And then have the insert as you already have it defined.
Diranjaybytez wrote:
|
- Re: selectKey and parameterMap issue Diran Ayandele
- Re: selectKey and parameterMap issue Diran Ayandele
- Re: selectKey and parameterMap issue jaybytez
- Re: selectKey and parameterMap issue Jeff Butler
- Re: selectKey and parameterMap issue jaybytez
- Re: selectKey and parameterMap issue Jeff Butler
- Re: selectKey and parameterMap issue Diran Ayandele
- WOOOOHOOOO!!!!....that was it jaybytez
- Re: selectKey and parameterMap is... Diran Ayandele
- Re: selectKey and parameterMap issue jaybytez
- Re: selectKey and parameterMap issue Jeff Butler
