|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
EndSlot.getHoldingCacheTable()
|
CacheTable |
GlobalSchema.getCacheTable(java.lang.String name)
|
Methods in org.tranql.cache with parameters of type CacheTable | |
void |
EndSlot.setHoldingCacheTable(CacheTable holdingCacheTable)
|
void |
GlobalSchema.addCacheTable(CacheTable table)
|
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)
|
|
SimplePKTransform(CacheTable table)
|
|
ManyToManyCMR(CMPFieldTransform next,
CMPFieldTransform related,
IdentityDefiner relatedIDDefiner,
CacheTable mtmTable,
boolean rightSide)
|
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)
|
|
UserDefinedIdentity(CacheTable table,
FieldTransform fieldTransform)
|
|
UserDefinedIdentity(CacheTable table,
int slot)
|
|
DerivedIdentity(CacheTable table,
FieldTransform[] fieldTransforms)
|
|
DerivedIdentity(CacheTable table,
int[] slots)
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |