Uses of Interface
io.nflow.engine.internal.storage.db.SQLVariants
Packages that use SQLVariants
Package
Description
-
Uses of SQLVariants in io.nflow.engine
Constructors in io.nflow.engine with parameters of type SQLVariantsModifierConstructorDescriptionNflowEngine(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 SQLVariantsModifier and TypeClassDescriptionstatic classSQL variants optimized for DB2.static classSQL variants optimized for H2.static classSQL variants optimized for Oracle.static classSQL variants optimized for PostgreSQL.static classSQL variants optimized for SQL Server.Methods in io.nflow.engine.config.db that return SQLVariantsModifier and TypeMethodDescriptionabstract SQLVariantsDatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.Db2DatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.H2DatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.MariadbDatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.MysqlDatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.OracleDatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.PgDatabaseConfiguration.sqlVariants(Environment env) Creates the SQL variants for the database.SqlServerDatabaseConfiguration.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 SQLVariantsModifier and TypeMethodDescriptionEngineModule.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 SQLVariantsModifierConstructorDescriptionExecutorDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, Environment env) MaintenanceDao(SQLVariants sqlVariants, JdbcTemplate jdbcTemplate, ExecutorDao executorDao, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate) WorkflowDefinitionDao(SQLVariants sqlVariants, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, EngineConfiguration.EngineObjectMapperSupplier 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