Uses of Interface
org.tranql.query.UpdateCommand

Packages that use UpdateCommand
org.tranql.cache   
org.tranql.ejb   
org.tranql.query   
org.tranql.sql.jdbc   
org.tranql.sql.sql92   
 

Uses of UpdateCommand in org.tranql.cache
 

Methods in org.tranql.cache that return UpdateCommand
 UpdateCommand CacheLoadTransform.transform(UpdateCommand source)
           
 UpdateCommand CacheTable.getInsertCommand()
           
 UpdateCommand CacheTable.getUpdateCommand()
           
 UpdateCommand CacheTable.getDeleteCommand()
           
 

Methods in org.tranql.cache with parameters of type UpdateCommand
 UpdateCommand CacheLoadTransform.transform(UpdateCommand source)
           
 

Constructors in org.tranql.cache with parameters of type UpdateCommand
CacheTable(java.lang.String name, CacheSlot[] slots, UpdateCommand insertCommand, UpdateCommand updateCommand, UpdateCommand deleteCommand)
           
 

Uses of UpdateCommand in org.tranql.ejb
 

Classes in org.tranql.ejb that implement UpdateCommand
 class EJBUpdateCommand
           
 

Methods in org.tranql.ejb that return UpdateCommand
 UpdateCommand EJBQueryBuilder.buildCreate(java.lang.String name)
          INSERT INTO ejb VALUES(...)
 UpdateCommand EJBQueryBuilder.buildStore(java.lang.String name)
          UPDATE ejb AS e SET e.f1 ?= ?, e.f2 ?= ? WHERE e.pk = ?
 UpdateCommand EJBQueryBuilder.buildRemove(java.lang.String name)
           
 UpdateCommand EJBCommandFactory.createUpdate(Query query)
           
 

Uses of UpdateCommand in org.tranql.query
 

Classes in org.tranql.query that implement UpdateCommand
 class ParamRemapper
           
 

Methods in org.tranql.query that return UpdateCommand
 UpdateCommand PrefetchTransform.transform(UpdateCommand source)
           
 UpdateCommand CommandTransform.transform(UpdateCommand source)
           
 UpdateCommand SchemaMapper.transform(UpdateCommand source)
           
 UpdateCommand CommandFactory.createUpdate(Query query)
           
 

Methods in org.tranql.query with parameters of type UpdateCommand
 UpdateCommand PrefetchTransform.transform(UpdateCommand source)
           
 UpdateCommand CommandTransform.transform(UpdateCommand source)
           
 UpdateCommand SchemaMapper.transform(UpdateCommand source)
           
 

Constructors in org.tranql.query with parameters of type UpdateCommand
ParamRemapper(UpdateCommand next, FieldTransform[] transforms)
           
 

Uses of UpdateCommand in org.tranql.sql.jdbc
 

Classes in org.tranql.sql.jdbc that implement UpdateCommand
 class JDBCUpdateCommand
           
 

Uses of UpdateCommand in org.tranql.sql.sql92
 

Methods in org.tranql.sql.sql92 that return UpdateCommand
 UpdateCommand SQL92Generator.createUpdate(Query query)
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.