SEQUENCE TABLE QUESTION
402318Oct 21 2003 — edited Oct 23 2003For the sequencing processing, i tell TopLink to use Native Sequencing in my mapping file. When i generate it, TopLink write in the file :
<uses-native-sequencing>true</uses-native-sequencing>
<sequence-table>SEQUENCE</sequence-table>
<sequence-name-field>SEQ_NAME</sequence-name-field>
<sequence-counter-field>SEQ_COUNT</sequence-counter-field>
But my SEQUENCE TABLE name is USER_SEQUENCES (ORACLE SYSTEM TABLE) with SEQUENCE_NAME and LAST_NUMBER as fields.
I can not rename this table in "SEQUENCE" like TopLink want.
How can i do without modify the mapping file ?