users@jpa-spec.java.net

[jpa-spec users] More wide type for _at_TableGenerator#initialValue?

From: Jin Kwon <jinahya_at_gmail.com>
Date: Wed, 27 Jul 2016 12:05:24 +0900

The type of `_at_TableGenerator#initialValue` element is currently `int`.
I wish I can use a value bigger than `Integer.MAX_VALUE`.
Is it reasonable?
Thanks.