Uses of Class
org.zalando.sprocwrapper.SProcService.WriteTransaction
-
Packages that use SProcService.WriteTransaction Package Description org.zalando.sprocwrapper org.zalando.sprocwrapper.proxy -
-
Uses of SProcService.WriteTransaction in org.zalando.sprocwrapper
Methods in org.zalando.sprocwrapper that return SProcService.WriteTransaction Modifier and Type Method Description SProcService.WriteTransactionshardedWriteTransaction()Defines how sharded writes will be handled.static SProcService.WriteTransactionSProcService.WriteTransaction. valueOf(String name)Returns the enum constant of this type with the specified name.static SProcService.WriteTransaction[]SProcService.WriteTransaction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SProcService.WriteTransaction in org.zalando.sprocwrapper.proxy
Methods in org.zalando.sprocwrapper.proxy that return SProcService.WriteTransaction Modifier and Type Method Description static SProcService.WriteTransactionSProcCallHandler. mapSprocWriteTransactionToServiceWriteTransaction(SProcCall.WriteTransaction scWiWriteTransaction, org.zalando.sprocwrapper.proxy.SProcServiceAnnotationHandler.HandlerResult handlerResult)
-