public interface ExecutionStep
| Modifier and Type | Method and Description |
|---|---|
DIStep |
withAsyncDriver() |
DIStep |
withJDBCDriver() |
DIStep |
withPostgresReactiveDriver() |
DIStep withJDBCDriver()
DIStep using JDBC for query execution.DIStep withAsyncDriver()
DIStep using an async driver for query execution (Only MySQL and Postgres supported).DIStep withPostgresReactiveDriver()
DIStep using a reactive driver for query execution. (Only MySQL and Postgres supported).Copyright © 2020. All rights reserved.