[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[News.eclipse.technology.eclipselink] Re: Using Microsoft Acces
From
:
jamesssss@xxxxxxxxx
(James)
Date
: Mon, 26 May 2008 13:14:40 +0000 (UTC)
Newsgroups
:
eclipse.technology.eclipselink
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
The issues is the EclipseLink MS Access platform does not support identity sequencing. You need to use table sequencing.
i.e. @GeneratedValue(strategy = GenerationType.TABLE)
In general I would recommend table sequencing over identity sequence even on MySQL as it support pre-allocation.
-- James
References
:
[News.eclipse.technology.eclipselink] Using Microsoft Acces
From:
Stefan Teitge
Prev by Date:
[News.eclipse.technology.eclipselink] Re: JPA: adding entities to EntityManagerFactory programmatically
Next by Date:
[News.eclipse.technology.eclipselink] JPA: merging + cascade
Previous by thread:
[News.eclipse.technology.eclipselink] Using Microsoft Acces
Next by thread:
[News.eclipse.technology.eclipselink] JPA: merging + cascade
Index(es):
Date
Thread