Uses of Interface
org.zalando.sprocwrapper.proxy.executors.Executor
-
Packages that use Executor Package Description org.zalando.sprocwrapper.proxy.executors -
-
Uses of Executor in org.zalando.sprocwrapper.proxy.executors
Classes in org.zalando.sprocwrapper.proxy.executors that implement Executor Modifier and Type Class Description classExecutorWrapperThis Executor wraps stored procedure calls that use advisory locks and / or need different statement timeouts set.classGlobalTransformerExecutorWrapperThis Executor wraps stored procedure calls that use advisory locks and / or need different statement timeouts set.classMultiRowSimpleTypeExecutorclassMultiRowTypeMapperExecutorclassSingleRowCustomMapperExecutorclassSingleRowSimpleTypeExecutorclassSingleRowTypeMapperExecutorclassValidationExecutorWrapperThis Executor wraps stored procedure calls that use advisory locks and / or need different statement timeouts set.Constructors in org.zalando.sprocwrapper.proxy.executors with parameters of type Executor Constructor Description ExecutorWrapper(Executor e, long t, SProcCall.AdvisoryLock a)GlobalTransformerExecutorWrapper(Executor e)ValidationExecutorWrapper(Executor e)
-