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

Reply via email to