@Service public class SavepointCallerServiceImpl extends Object implements SavepointCallerService
| Constructor and Description |
|---|
SavepointCallerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(SavepointOperation operation) |
void |
doExecuteWithDefaultTimeout(SavepointOperation operation) |
@Transactional(propagation=REQUIRES_NEW,
rollbackFor=java.lang.Throwable.class,
timeout=6000)
public void doExecute(@NotNull
SavepointOperation operation)
doExecute in interface SavepointCallerServiceoperation - spouštěná operace@Transactional(propagation=REQUIRES_NEW,
rollbackFor=java.lang.Throwable.class)
public void doExecuteWithDefaultTimeout(@NotNull
SavepointOperation operation)
doExecuteWithDefaultTimeout in interface SavepointCallerServiceoperation - spouštěná operaceCopyright © 2017 DataLite. All rights reserved.