| Package | Description |
|---|---|
| org.springframework.data.relational.core.conversion |
| Modifier and Type | Method and Description |
|---|---|
void |
DbAction.doExecuteWith(Interpreter interpreter)
Executing this DbAction with the given
Interpreter without any exception handling. |
void |
DbAction.Insert.doExecuteWith(Interpreter interpreter) |
void |
DbAction.InsertRoot.doExecuteWith(Interpreter interpreter) |
void |
DbAction.Update.doExecuteWith(Interpreter interpreter) |
void |
DbAction.UpdateRoot.doExecuteWith(Interpreter interpreter) |
void |
DbAction.Merge.doExecuteWith(Interpreter interpreter) |
void |
DbAction.Delete.doExecuteWith(Interpreter interpreter) |
void |
DbAction.DeleteRoot.doExecuteWith(Interpreter interpreter) |
void |
DbAction.DeleteAll.doExecuteWith(Interpreter interpreter) |
void |
DbAction.DeleteAllRoot.doExecuteWith(Interpreter interpreter) |
default void |
DbAction.executeWith(Interpreter interpreter)
Executing this DbAction with the given
Interpreter. |
void |
AggregateChange.executeWith(Interpreter interpreter,
RelationalMappingContext context,
RelationalConverter converter) |
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.