DbAction.Delete<T>, DbAction.DeleteAll<T>, DbAction.Insert<T>, DbAction.Update<T>
Modifier and Type | Method and Description |
---|---|
protected void |
doExecuteWith(Interpreter interpreter)
Executing this DbAction with the given
Interpreter without any exception handling. |
delete, deleteAll, getAdditionalValues, getDependingOn, getEntity, getEntityType, getPropertyPath, insert, toString, update
protected void doExecuteWith(Interpreter interpreter)
DbAction
Interpreter
without any exception handling.doExecuteWith
in class DbAction<T>
interpreter
- the Interpreter
responsible for actually executing the DbAction
.Copyright © 2017-2018–2018 Pivotal Software, Inc.. All rights reserved.