Uses of Interface
com.flowable.serviceregistry.api.repository.ColumnMappingRelation
Package
Description
-
Uses of ColumnMappingRelation in com.flowable.serviceregistry.api.repository
-
Uses of ColumnMappingRelation in com.flowable.serviceregistry.engine.impl.invoker.db
Modifier and TypeMethodDescriptionprotected void
DatabaseSchemaDataObjectJdbcTemplate.createRelation
(DbSqlSession dbSqlSession, ColumnMappingRelation relation, Object lookupIdValue, Object value) protected int
DatabaseSchemaDataObjectJdbcTemplate.deleteRelation
(DbSqlSession dbSqlSession, ColumnMappingRelation relation, List<String> instanceIds) protected int
DatabaseSchemaDataObjectJdbcTemplate.insertRelations
(DbSqlSession dbSqlSession, ColumnMappingRelation relation, List<?> instanceIds, List<?> referenceIds) -
Uses of ColumnMappingRelation in com.flowable.serviceregistry.engine.impl.repository
Modifier and TypeMethodDescriptionvoid
BaseColumnMapping.setRelation
(ColumnMappingRelation relation)