Thanks for your reply :-)
So lets say I have table named USER , with columns PHONE_NUMBER
, ADDRESS and ID (as key).

Then the CacheLoaderConfig will look like this ?


    cache.jdbc.table.name=USER
    cache.jdbc.table.create=true
    cache.jdbc.table.drop=true
    cache.jdbc.fqn.column=ID
    cache.jdbc.fqn.type=varchar(255)
    cache.jdbc.node.column=PHONE_NUMBER
    cache.jdbc.node.type=VARCHAR(10)
    cache.jdbc.node.column=ADDRESS
    cache.jdbc.node.type=VARCHAR(10)
    cache.jdbc.parent.column=parent
 


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to