Uses of Interface
io.nflow.engine.internal.storage.db.SQLVariants
-
Packages that use SQLVariants Package Description io.nflow.engine io.nflow.engine.config.db io.nflow.engine.guice io.nflow.engine.internal.dao io.nflow.engine.internal.storage.db -
-
Uses of SQLVariants in io.nflow.engine
Constructors in io.nflow.engine with parameters of type SQLVariants Constructor Description NflowEngine(DataSource dataSource, SQLVariants sqlVariants, Collection<WorkflowDefinition> workflowDefinitions)Starts up the NflowEngine with WorkflowDispatcher running in a thread. -
Uses of SQLVariants in io.nflow.engine.config.db
Classes in io.nflow.engine.config.db that implement SQLVariants Modifier and Type Class Description static classDb2DatabaseConfiguration.Db2SQLVariantsSQL variants optimized for DB2.static classH2DatabaseConfiguration.H2SQLVariantsSQL variants optimized for H2.static classOracleDatabaseConfiguration.OracleSqlVariantsSQL variants optimized for Oracle.static classPgDatabaseConfiguration.PostgreSQLVariantsSQL variants optimized for PostgreSQL.static classSqlServerDatabaseConfiguration.SQLServerVariantsSQL variants optimized for SQL Server.Methods in io.nflow.engine.config.db that return SQLVariants Modifier and Type Method Description abstract SQLVariantsDatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsDb2DatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsH2DatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsMariadbDatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsMysqlDatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsOracleDatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsPgDatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database.SQLVariantsSqlServerDatabaseConfiguration. sqlVariants(Environment env)Creates the SQL variants for the database. -
Uses of SQLVariants in io.nflow.engine.guice
Methods in io.nflow.engine.guice that return SQLVariants Modifier and Type Method Description SQLVariantsEngineModule. nflowSQLVariants(Environment env, DatabaseConfiguration databaseConfiguration) -
Uses of SQLVariants in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type SQLVariants Constructor Description ExecutorDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, Environment env)MaintenanceDao(SQLVariants sqlVariants, JdbcTemplate jdbcTemplate, ExecutorDao executorDao, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate)WorkflowDefinitionDao(SQLVariants sqlVariants, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, com.fasterxml.jackson.databind.ObjectMapper nflowObjectMapper, ExecutorDao executorDao)WorkflowInstanceDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, TransactionTemplate transactionTemplate, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, ExecutorDao executorDao, WorkflowInstanceExecutor workflowInstanceExecutor, WorkflowInstanceFactory workflowInstanceFactory, Environment env) -
Uses of SQLVariants in io.nflow.engine.internal.storage.db
Classes in io.nflow.engine.internal.storage.db that implement SQLVariants Modifier and Type Class Description classMySQLVariantsSQL variants optimized for MySQL.
-