[jboss-user] [EJB 3.0] - Re: My own EntityManager, how to do it?
waynebaylor
do-not-reply at jboss.com
Thu May 17 10:59:56 EDT 2007
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#4046526
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046526
More information about the jboss-user
mailing list