I think you should be able to achieve this through the use of a special
annotated
<id name="myid" type="long">
<annotation name="DMS">
<item name="strategy">SEQUENCE</item>
<item name="generator">my_generator</item>
</annotation>
</id>
Check out the doc on the model xml element "ID"
http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Modeling/WS1B079AAC-29F9-4394-8180-468BD205AAEF.html
--- In [email protected], "Adnan" <ad...@...> wrote:
>
> Hello,
>
> I am using Flex 4 with LCDS 3.1, using the Data Model perspective, I can
> quickly access my tables and map them.
>
> When I insert a new row, an ID is automatically populated. What are the
> possibilities to use my own sequences from Oracle to populate an ID in
> my tables?
>
> In know that I can use;
> <generator class="sequence">
> <param name="sequence">person_id_sequence</param>
> </generator>
> in hibernate to access a sequence, but how/where to add it in LCDS.
>
> All help is appriciated,
> Adnan
>