Uses of Class
org.tranql.cache.CacheTable

Packages that use CacheTable
org.tranql.cache   
org.tranql.ejb   
org.tranql.identity   
org.tranql.sql.jdbc   
 

Uses of CacheTable in org.tranql.cache
 

Methods in org.tranql.cache with parameters of type CacheTable
 void GlobalSchema.addCacheTable(CacheTable table)
           
 void SimpleFlushStrategy.flush(CacheTable table, java.util.Map tableMap)
           
 

Constructors in org.tranql.cache with parameters of type CacheTable
NothingFaultHandler(CacheTable cacheTable, IdentityDefiner identityDefiner)
           
 

Uses of CacheTable in org.tranql.ejb
 

Constructors in org.tranql.ejb with parameters of type CacheTable
SimplePKTransform(CacheTable table)
           
 

Uses of CacheTable in org.tranql.identity
 

Methods in org.tranql.identity that return CacheTable
 CacheTable GlobalIdentity.getTable()
           
 

Constructors in org.tranql.identity with parameters of type CacheTable
GlobalIdentity(CacheTable table, java.lang.Object id)
           
DerivedIdentity(CacheTable table, int[] slots)
           
UserDefinedIdentity(CacheTable table, int slot)
           
 

Uses of CacheTable in org.tranql.sql.jdbc
 

Constructors in org.tranql.sql.jdbc with parameters of type CacheTable
SQLIdentityGenerator(javax.sql.DataSource ds, CacheTable table, java.lang.String sqlText, ResultBinding binding)
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.