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 that return CacheTable
 CacheTable GlobalSchema.getCacheTable(java.lang.String name)
           
 CacheTable EndSlot.getHoldingCacheTable()
           
 

Methods in org.tranql.cache with parameters of type CacheTable
 void GlobalSchema.addCacheTable(CacheTable table)
           
 void EndSlot.setHoldingCacheTable(CacheTable holdingCacheTable)
           
 

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
CompoundPKTransform(CacheTable table, java.lang.Class pkClass, java.util.List fieldNames)
           
ManyToManyCMR(CMPFieldTransform next, CMPFieldTransform related, IdentityDefiner relatedIDDefiner, CacheTable mtmTable, boolean rightSide)
           
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
DerivedIdentity(CacheTable table, FieldTransform[] fieldTransforms)
           
DerivedIdentity(CacheTable table, int[] slots)
           
GlobalIdentity(CacheTable table, java.lang.Object id)
           
UserDefinedIdentity(CacheTable table, FieldTransform fieldTransform)
           
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 © -2010 The Codehaus. All Rights Reserved.