Uses of Interface
org.flowable.common.engine.impl.db.SchemaManager
Packages that use SchemaManager
-
Uses of SchemaManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as SchemaManagerModifier and TypeFieldDescriptionprotected SchemaManagerAbstractEngineConfiguration.commonSchemaManagerprotected SchemaManagerAbstractEngineConfiguration.schemaManagerFields in org.flowable.common.engine.impl with type parameters of type SchemaManagerModifier and TypeFieldDescriptionprotected Map<String,SchemaManager> AbstractEngineConfiguration.additionalSchemaManagersMethods in org.flowable.common.engine.impl that return SchemaManagerModifier and TypeMethodDescriptionprotected abstract SchemaManagerAbstractEngineConfiguration.createEngineSchemaManager()AbstractEngineConfiguration.getCommonSchemaManager()AbstractEngineConfiguration.getSchemaManager()Methods in org.flowable.common.engine.impl that return types with arguments of type SchemaManagerMethods in org.flowable.common.engine.impl with parameters of type SchemaManagerModifier and TypeMethodDescriptionAbstractEngineConfiguration.addAdditionalSchemaManager(SchemaManager schemaManager) AbstractEngineConfiguration.setCommonSchemaManager(SchemaManager commonSchemaManager) AbstractEngineConfiguration.setSchemaManager(SchemaManager schemaManager) -
Uses of SchemaManager in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db that implement SchemaManagerModifier and TypeClassDescriptionclassclassclassclassMethod parameters in org.flowable.common.engine.impl.db with type arguments of type SchemaManagerModifier and TypeMethodDescriptionprotected voidSchemaOperationsEngineBuild.executeSchemaUpdate(List<SchemaManager> schemaManagers, String databaseSchemaUpdate)