Activiti Sequencing logic
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 01:29 AM
Hi,
Could anyone explain the how activiti determines the sequencing for the database records.
What about external databases ?
Thanks,
Manas.
Could anyone explain the how activiti determines the sequencing for the database records.
What about external databases ?
Thanks,
Manas.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 04:37 AM
Hi Manas,
I do not understand the question. Can you be more specific?
Regards
Martin
I do not understand the question. Can you be more specific?
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 05:09 AM
Activiti has it's own database id generator (by default takes out of a pool of shared ids or uses UUID), if that's what you meant?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 05:24 AM
Hello Joram,
Yes, I meant this.
As far as i know, activiti uses an H2 database, where we can have auto generators.
What about cases when i want to save details on some other database, say oracle , where we need to have sequences and triggers ?
How would the integration be then ?
Thanks.
Yes, I meant this.
As far as i know, activiti uses an H2 database, where we can have auto generators.
What about cases when i want to save details on some other database, say oracle , where we need to have sequences and triggers ?
How would the integration be then ?
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2016 04:36 AM
Activiti doesn't use any of that, it has its own ID generator, which works on any database.
