Bug 1013683 - Standardise Entity ID generation in FSW
Summary: Standardise Entity ID generation in FSW
Keywords:
Status: NEW
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Configuration
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 6.1.0
Assignee: Julian Coleman
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-30 15:24 UTC by kconner
Modified: 2021-10-15 11:51 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)

Description kconner 2013-09-30 15:24:01 UTC
We should standardise sequence generation across all projects within FSW/BRMS so that we can more easily support the creation of DB scripts.

An alternative, which would ease the creation of the DB scripts, is to use table generation instead. e.g.

    @TableGenerator(name = "claims",  table = "Sequences",
       pkColumnName = "id", valueColumnName = "nextValue",
       pkColumnValue = "claims", allocationSize = 1000)
   @GeneratedValue(strategy = GenerationType.TABLE, generator = "claims")

Comment 2 Aileen 2015-03-05 17:44:21 UTC
Low priority, won't make 6.2.


Note You need to log in before you can comment on or make changes to this bug.