When you do an @In EntityQuery to bring in a query that you defined in 
components.xml, does the value of this object contain some kind of cached 
results of the previous time you ran the query, or is it just the query object 
itself?

What I'm trying to say is if you inject EntityQuery into a SFSB and use the 
SFSB in multiple requests, would calling getResultList() or similar on it run 
the query again and get the latest info from the database, or would it contain 
cached info from the previous run (being the same instance of the EntityQuery 
that was run before on the SFSB in a previous request)?

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

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

Reply via email to