java - Hibernate Envers @GeneratedValue skips values -


I am working on a project with Hibernate and its Environs jar. I'm using Oracle 11G. This works fine except for one thing when I give the code to @ id and @ generatedValue to a @edited unit and the user and I USERS Table ID leaves a value (id should be like 3,4,5,6 ... but 3,5,7, ...) and REV column> USERS_AUD . Maybe, in the ID and REV fields USERS_AUD The table can not be equal (in that table, the same ID and number in one unit Revision may not) number) How can I modify this behavior would order me USERS id table is generated normally?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -