Uses of Class
org.tranql.cache.InTxCache

Packages that use InTxCache
org.tranql.cache   
org.tranql.ejb   
org.tranql.intertxcache   
org.tranql.pkgenerator   
org.tranql.query   
org.tranql.sql.jdbc   
org.tranql.sql.prefetch   
 

Uses of InTxCache in org.tranql.cache
 

Methods in org.tranql.cache with parameters of type InTxCache
 CacheRow CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 void CacheTable.removeRow(InTxCache cache, GlobalIdentity id)
           
 void QueryFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void QueryFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 java.lang.Object CacheLoadCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 void FaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 void FaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void NothingFaultHandler.rowFault(InTxCache cache, GlobalIdentity globalId)
           
 void NothingFaultHandler.fieldFault(InTxCache cache, CacheRow cacheRow)
           
 

Uses of InTxCache in org.tranql.ejb
 

Methods in org.tranql.ejb with parameters of type InTxCache
 java.lang.Object CMPMappedToCMRAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPMappedToCMRAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMRMappedToOwningPKCMP.get(InTxCache cache, CacheRow row)
           
 void CMRMappedToOwningPKCMP.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object PKFieldAccessCheck.get(InTxCache cache, CacheRow row)
           
 void PKFieldAccessCheck.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object OneToManyCMR.get(InTxCache cache, CacheRow row)
           
 void OneToManyCMR.set(InTxCache cache, CacheRow a1row, java.lang.Object value)
           
 java.lang.Object ManyToOneCMR.get(InTxCache cache, CacheRow row)
          Wraps the underlying set so that changes can be detected and notifications sent
 void ManyToOneCMR.set(InTxCache cache, CacheRow row, java.lang.Object value)
          Not supported.
 int EJBUpdateCommand.execute(InTxCache cache, Row params)
           
 void MultiValuedCMRFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void MultiValuedCMRFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 java.lang.Object SingleValuedCMRAccessor.get(InTxCache cache, CacheRow row)
           
 void SingleValuedCMRAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMPFieldFaultTransform.get(InTxCache cache, CacheRow row)
           
 void CMPFieldFaultTransform.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 void SingleValuedCMRFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void SingleValuedCMRFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 java.lang.Object CMPFieldAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPFieldAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMPFieldTransform.get(InTxCache cache, CacheRow row)
           
 void CMPFieldTransform.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMRMappedToInversePKCMP.get(InTxCache cache, CacheRow row)
           
 void CMRMappedToInversePKCMP.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object ManyToManyCMR.get(InTxCache cache, CacheRow row)
          Wraps the underlying set so that changes can be detected and notifications sent
 void ManyToManyCMR.set(InTxCache cache, CacheRow row, java.lang.Object value)
          Not supported.
 java.lang.Object EJBQueryCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 java.lang.Object CMPFieldNestedRowAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPFieldNestedRowAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object MultiValuedCMRAccessor.get(InTxCache cache, CacheRow row)
           
 void MultiValuedCMRAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object OneToOneCMR.get(InTxCache cache, CacheRow row)
           
 void OneToOneCMR.set(InTxCache cache, CacheRow a1row, java.lang.Object value)
           
 java.lang.Object CMPFieldIdentityExtractorAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPFieldIdentityExtractorAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object ReadOnlyCMPFieldAccessor.get(InTxCache cache, CacheRow row)
           
 void ReadOnlyCMPFieldAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 

Constructors in org.tranql.ejb with parameters of type InTxCache
AbstractRelationSet(InTxCache cache, IdentityDefiner idDefiner, java.util.Set idSet)
           
 

Uses of InTxCache in org.tranql.intertxcache
 

Methods in org.tranql.intertxcache with parameters of type InTxCache
 void CacheFaultHandler.rowFault(InTxCache inTxCache, GlobalIdentity id)
           
 void CacheFaultHandler.fieldFault(InTxCache inTxCache, CacheRow row)
           
 java.lang.Object CacheFieldFaultTransform.get(InTxCache inTxCache, CacheRow row)
           
 void CacheFieldFaultTransform.set(InTxCache inTxCache, CacheRow row, java.lang.Object value)
           
 java.lang.Object FindByPKCacheQueryCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 

Uses of InTxCache in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator with parameters of type InTxCache
 CacheRow UUIDPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow SequenceTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow PrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow AutoIncrementTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow SQLPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow PrimaryKeyGeneratorDelegate.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 

Uses of InTxCache in org.tranql.query
 

Methods in org.tranql.query with parameters of type InTxCache
 java.lang.Object QueryCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 int UpdateCommand.execute(InTxCache cache, Row params)
           
 int ParamRemapper.execute(InTxCache cache, Row params)
           
 java.lang.Object ResultRemapper.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 

Uses of InTxCache in org.tranql.sql.jdbc
 

Methods in org.tranql.sql.jdbc with parameters of type InTxCache
 java.lang.Object JDBCQueryCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 int JDBCUpdateCommand.execute(InTxCache cache, Row row)
           
 int NoOpJDBCUpdateCommand.execute(InTxCache cache, Row row)
           
 

Uses of InTxCache in org.tranql.sql.prefetch
 

Methods in org.tranql.sql.prefetch with parameters of type InTxCache
 java.lang.Object PrefetchQueryCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 java.lang.Object PrefetchGroupHandler.execute(InTxCache cache, QueryCommand command, Row params, java.lang.Object arg)
           
 java.lang.Object PrefetchGroupHandler.wrapContext(InTxCache cache, java.lang.Object arg)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.