Interface IEntityStatementCreator
- All Known Implementing Classes:
EntityStatementCreator
public interface IEntityStatementCreator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptioncreateStatementToDeleteEntity(String tableName, EntityDeletionDto entity) createStatementToDeleteEntityIndex(String entityId) createStatementToExpectGivenSchemaTimestamp(ITime schemaTimestamp) createStatementToExpectTableContainsEntity(String tableName, String entityId) createStatementToInsertEntity(String tableName, EntityCreationDto newEntity) createStatementToInsertEntityIndex(String tableId, String entityId) createStatementToUpdateEntityOnTable(String tableName, EntityUpdateDto entityUpdate)
-
Method Details
-
createStatementToDeleteEntity
-
createStatementToDeleteEntityIndex
-
createStatementToExpectGivenSchemaTimestamp
-
createStatementToExpectTableContainsEntity
-
createStatementToInsertEntity
-
createStatementToInsertEntityIndex
-
createStatementToUpdateEntityOnTable
-