For our project, there is the need to manually call the setID for inserted 
rows.  How can this be done?  Especially staying within the EJB3 spec/API's

Is it as simple as new MyObject
myObject.setID(4);
em.persist(myObject)?

What should be used for GenerationType.   in this case?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978640
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to