I would suggest using an Entity Access Object (DAO for EJB3) for your entity beans. Within
the EAO you could use the EntityManager to make the additional changes you need OR you
could call on other EAOs to make the changes for you. This way you don't have to
reinvent the entity manager wheel.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046526#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...