I have just created my first EJB3 Entity bean using the oracle seqeunce. Every 
time i start the app server and insert a new record the id generated is 
incremented by 50 instead of using the seqeunce value from the database. I have 
noticed that the stategy being used is org.hibernate.id.SequenceHiLoGenerator. 
Is there any way of changing this to use the database sequence value instead of 
one provided by the app server or the entity manager.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949638#3949638

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949638


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to