Methods in org.apache.tuscany.das.rdb.generator.impl with parameters of type Table |
Collection |
CudGenerator.getCreateParameters(MappingWrapper mapping,
DataObject changedObject,
Table table)
|
DeleteCommandImpl |
CudGenerator.getDeleteCommand(Table t)
|
DeleteCommandImpl |
DeleteGenerator.getDeleteCommand(Table t)
|
Collection |
CudGenerator.getDeleteParameters(Table table)
|
Collection |
DeleteGenerator.getDeleteParameters(Table table)
|
String |
DeleteGenerator.getDeleteStatement(Table t)
|
InsertCommandImpl |
InsertGenerator.getInsertCommand(MappingWrapper config,
DataObject changedObject,
Table t)
|
InsertCommandImpl |
CudGenerator.getInsertCommand(MappingWrapper mapping,
DataObject changedObject,
Table table)
|
Collection |
InsertGenerator.getInsertParameters(MappingWrapper config,
DataObject changedObject,
Table table)
|
UpdateCommandImpl |
CudGenerator.getUpdateCommand(MappingWrapper mapping,
DataObject changedObject,
Table table)
|
UpdateCommandImpl |
UpdateGenerator.getUpdateCommand(MappingWrapper mapping,
DataObject changedObject,
Table table)
|
Collection |
CudGenerator.getUpdateParameters(DataObject changedObject,
Table table)
|
Collection |
UpdateGenerator.getUpdateParameters(DataObject changedObject,
Table table)
|