/**
* Makes a Orders object persistent
*
* @param orders
* Orders object
*/
public void save(Orders orders) {
em.persist(orders);
}
needknowledge of getting id into object
additionally could i say
java persistence api is:
entity beans + entity manager + hsqldb(which was introduced by hibernate)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973636#3973636
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973636
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user