yes, you are right.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149048#4149048
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149048
___
jboss-user mailing list
jboss-user@
Thanks for your answers!
So, if I read attribute "attrB" from the node /a/b, nodes accessed from JDBC
will be:
only the two node /a, /a/b and the traversal will stop here without going any
further to /a/b/c.
Am I right on this one?
Scott
View the original post :
http://www.jboss.com/index.htm
anonymous wrote : How many rows are there in the jdbc table?
There will be /a, /a/b, /a/b/c1, /a/b/c2 and /a/b/c3
anonymous wrote : If I read attribute "attr1" from /a/b/c1 in the cache, how
many rows
| will be read from jdbc?
CacheLoader will load /a, /a/b and /a/b/c1. /a/b/c2 and /a/b/c3 wo