Hello, I've just noticed that for my entity's id, eclipselink assigns an id 1 + the previously greated assigned IN THE SAME SESSION (1), as opposed to in the element table (2). This goes against my application expectations.
What's the easiest way to tell it to do 2?
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int objId;
ij> connect 'jdbc:derby:db';
ij> set schema memo; 0 Zeilen eingef?gt/aktualisiert/gel?scht ij> select * from meaning;
OBJID |LASTPUBLI&|USR_EMAIL
1 |NULL |NULL
2 |2010-10-27|NULL
51 |NULL |NULL
101 |NULL |NULL