[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4639) Allow JPA SequenceGenerator (SequenceHiLoGenerator) generate BigInteger value

Alexey Tomin (JIRA) noreply at atlassian.com
Thu Dec 3 08:31:08 EST 2009


Allow JPA SequenceGenerator (SequenceHiLoGenerator) generate BigInteger value
-----------------------------------------------------------------------------

                 Key: HHH-4639
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4639
             Project: Hibernate Core
          Issue Type: Patch
          Components: core
    Affects Versions: 3.5.0-Beta-2
         Environment: 3.5.0-Beta-2 from jboss-6.0.0.M1
Oracle 10g
            Reporter: Alexey Tomin
         Attachments: BigInteger.patch

In database (oracle) we used number(38) identifiers
    create sequence T_SEQ minvalue 1 maxvalue 999999999999999999999999999 start with 10000000000000044968 increment by 1;
Version 3.5.0-beta-2 can not generate identifiers more, then long (number(19)).
I create minimal (no optimal) patch


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list