src/org/objectweb/cjdbc/controller/cache/result/rules/EagerCaching.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.controller.cache.result.rules; 00026 00027 import org.objectweb.cjdbc.common.sql.SelectRequest; 00028 import org.objectweb.cjdbc.common.xml.DatabasesXmlTags; 00029 import org.objectweb.cjdbc.controller.cache.result.AbstractResultCache; 00030 import org.objectweb.cjdbc.controller.cache.result.CacheBehavior; 00031 import org.objectweb.cjdbc.controller.cache.result.entries.CacheEntry; 00032 import org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryEager; 00033 import org.objectweb.cjdbc.controller.virtualdatabase.ControllerResultSet; 00034 00044 public class EagerCaching extends CacheBehavior 00045 { 00049 public EagerCaching() 00050 { 00051 00052 } 00053 00058 public CacheEntry getCacheEntry(SelectRequest sqlQuery, 00059 ControllerResultSet result, AbstractResultCache cache) 00060 { 00061 return new ResultCacheEntryEager(cache, sqlQuery, result); 00062 } 00063 00067 public String getXml() 00068 { 00069 return "<" + DatabasesXmlTags.ELT_EagerCaching + "/>"; 00070 } 00071 00072 }

CJDBCversion1.0.4に対してTue Oct 12 15:16:00 2004に生成されました。 doxygen 1.3.8