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