[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - One SELECT request per field by read-only setting for get* m

uris do-not-reply at jboss.com
Fri Mar 30 09:42:23 EDT 2007


Hi, I have the following problem:
to improve performance I have set some methods (getters) of my entity to be read only for jboss. This stops unwanted UPDATEs after SELECT, but causes a SELECT request for every(!) field of my db table (instead of 1 SELECT).
I suppose this has something to do with caching, but I didn't find what I have to change in the config files.
Can someone explain this or give me a link where to find more infos?
Thanks, Uris.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033171



More information about the jboss-user mailing list