[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4639?page=c...
]
Steve Ebersole closed HHH-4639.
-------------------------------
Assignee: Steve Ebersole
Resolution: Duplicate
Please try this out and report any issues back against HHH-4905.
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
Assignee: Steve Ebersole
Attachments: BigInteger.patch
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira