|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
StaticCommandBuilder.buildCreate()
|
UpdateCommand |
EJBQueryBuilder.buildCreate(java.lang.String name)
INSERT INTO ejb VALUES(...) |
UpdateCommand |
EJBQueryBuilder.buildMTMCreate(Association association)
|
UpdateCommand |
EJBQueryBuilder.buildMTMRemove(Association association)
|
UpdateCommand |
StaticCommandBuilder.buildRemove()
|
UpdateCommand |
EJBQueryBuilder.buildRemove(java.lang.String name)
|
UpdateCommand |
DynamicCommandBuilder.buildStore()
|
UpdateCommand |
StaticCommandBuilder.buildStore()
|
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)
|
| Uses of UpdateCommand in org.tranql.cache |
|---|
| Methods in org.tranql.cache that return UpdateCommand | |
|---|---|
UpdateCommand |
CacheTable.getDeleteCommand()
|
UpdateCommand |
CacheTable.getInsertCommand()
|
UpdateCommand |
CacheTable.getUpdateCommand()
|
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 |
CommandFactory.createUpdate(Query query)
|
UpdateCommand |
CommandTransform.transform(UpdateCommand source)
|
UpdateCommand |
SchemaMapper.transform(UpdateCommand source)
|
UpdateCommand |
QueryCloner.transform(UpdateCommand source)
|
| Methods in org.tranql.query with parameters of type UpdateCommand | |
|---|---|
UpdateCommand |
CommandTransform.transform(UpdateCommand source)
|
UpdateCommand |
SchemaMapper.transform(UpdateCommand source)
|
UpdateCommand |
QueryCloner.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.buildRemove()
|
UpdateCommand |
UpdateCommandBuilder.buildStore()
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||