Hi all,
I was thinking of encapsulating the Persist operation in a POJO. for example:
class MyEnt{

public void myPersist()
{
     entityManager.persist(this);
}

Is it reasonable?
Thanks
Dyahav

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

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

Reply via email to