Uses of Interface
org.tranql.query.UpdateCommand

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

Uses of UpdateCommand in org.tranql.builder
 

Methods in org.tranql.builder that return UpdateCommand
 UpdateCommand DynamicCommandBuilder.buildStore()
           
 UpdateCommand StaticCommandBuilder.buildCreate()
           
 UpdateCommand StaticCommandBuilder.buildStore()
           
 UpdateCommand StaticCommandBuilder.buildRemove()
           
 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.buildStore(java.lang.String name, CacheRow cacheRow)
           
 UpdateCommand EJBQueryBuilder.buildRemove(java.lang.String name)
           
 UpdateCommand EJBQueryBuilder.buildMTMCreate(Association association)
           
 UpdateCommand EJBQueryBuilder.buildMTMRemove(Association association)
           
 

Uses of UpdateCommand in org.tranql.cache
 

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

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, EndSlot[] relationshipSlots, 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 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 CommandTransform.transform(UpdateCommand source)
           
 UpdateCommand CommandFactory.createUpdate(Query query)
           
 UpdateCommand QueryCloner.transform(UpdateCommand source)
           
 UpdateCommand SchemaMapper.transform(UpdateCommand source)
           
 

Methods in org.tranql.query with parameters of type UpdateCommand
 UpdateCommand CommandTransform.transform(UpdateCommand source)
           
 UpdateCommand QueryCloner.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
 

Methods in org.tranql.sql that return UpdateCommand
 UpdateCommand UpdateCommandBuilder.buildCreate()
           
 UpdateCommand UpdateCommandBuilder.buildStore()
           
 UpdateCommand UpdateCommandBuilder.buildRemove()
           
 

Uses of UpdateCommand in org.tranql.sql.jdbc
 

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

Uses of UpdateCommand in org.tranql.sql.sql92
 

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



Copyright © -2006 The Codehaus. All Rights Reserved.