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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...