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)
           
 java.lang.Object CacheLoadCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 void FaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void NothingFaultHandler.fieldFault(InTxCache cache, CacheRow cacheRow)
           
 void QueryFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void CacheTable.removeRow(InTxCache cache, GlobalIdentity id)
           
 void FaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 void NothingFaultHandler.rowFault(InTxCache cache, GlobalIdentity globalId)
           
 void QueryFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 

Uses of InTxCache in org.tranql.ejb
 

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

Uses of InTxCache in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator with parameters of type InTxCache
 CacheRow PrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow AutoIncrementTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow PrimaryKeyGeneratorDelegate.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow SQLPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow SequenceTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow UUIDPrimaryKeyGenerator.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)
           
 java.lang.Object ResultRemapper.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)
           
 

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 PrefetchGroupHandler.execute(InTxCache cache, QueryCommand command, Row params, java.lang.Object arg)
           
 java.lang.Object PrefetchQueryCommand.execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 java.lang.Object PrefetchGroupHandler.wrapContext(InTxCache cache, java.lang.Object arg)
           
 



Copyright © -2010 The Codehaus. All Rights Reserved.