[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?
stephan.opitz
do-not-reply at jboss.com
Fri Sep 22 15:47:10 EDT 2006
/**
* 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
More information about the jboss-user
mailing list