Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.4.1
-
None
-
None
-
Windows 7
Java 1.8.0_65
Description
I've got an entity with Long as @Id.
OpenJPA creates database in a hsqldb environment.
The query that created table is : create table toto id integer identity.
It should be create table toto id bigint identity.