[jboss-user] [EJB 3.0] - Re: Interceptor without transaction participation
waynebaylor
do-not-reply at jboss.com
Tue Jun 19 11:12:28 EDT 2007
i haven't tried this, so it may not work :)
First note that it's generally a good idea to wrap access to the EntityManager in an Entity Access Object (EAO), a DAO for entities.
If you do that, then you could use the EAO to return a copy of the entity with whatever fields you need nulled out.
Hope that made sense.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055678#4055678
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055678
More information about the jboss-user
mailing list