Uses of Interface
org.flowable.common.engine.impl.db.SchemaManager
-
Packages that use SchemaManager Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.db -
-
Uses of SchemaManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as SchemaManager Modifier and Type Field Description protected SchemaManagerAbstractEngineConfiguration. commonSchemaManagerprotected SchemaManagerAbstractEngineConfiguration. schemaManagerMethods in org.flowable.common.engine.impl that return SchemaManager Modifier and Type Method Description SchemaManagerAbstractEngineConfiguration. getCommonSchemaManager()SchemaManagerAbstractEngineConfiguration. getSchemaManager()Methods in org.flowable.common.engine.impl with parameters of type SchemaManager Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setCommonSchemaManager(SchemaManager commonSchemaManager)AbstractEngineConfigurationAbstractEngineConfiguration. setSchemaManager(SchemaManager schemaManager) -
Uses of SchemaManager in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db that implement SchemaManager Modifier and Type Class Description classAbstractSqlScriptBasedDbSchemaManagerclassCommonDbSchemaManagerclassLiquibaseBasedSchemaManagerclassServiceSqlScriptBasedDbSchemaManager
-