Uses of Interface
com.flowable.serviceregistry.api.repository.ColumnMappingRelation
-
-
Uses of ColumnMappingRelation in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return ColumnMappingRelation Modifier and Type Method Description ColumnMappingRelation
ColumnMapping. getRelation()
-
Uses of ColumnMappingRelation in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db declared as ColumnMappingRelation Modifier and Type Field Description protected ColumnMappingRelation
JoinTableConfig. relation
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return ColumnMappingRelation Modifier and Type Method Description ColumnMappingRelation
JoinTableConfig. getRelation()
Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type ColumnMappingRelation Modifier and Type Method Description protected 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
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ColumnMappingRelation Modifier and Type Class Description class
BaseColumnMappingRelation
Fields in com.flowable.serviceregistry.engine.impl.repository declared as ColumnMappingRelation Modifier and Type Field Description protected ColumnMappingRelation
BaseColumnMapping. relation
Methods in com.flowable.serviceregistry.engine.impl.repository that return ColumnMappingRelation Modifier and Type Method Description ColumnMappingRelation
BaseColumnMapping. getRelation()
Methods in com.flowable.serviceregistry.engine.impl.repository with parameters of type ColumnMappingRelation Modifier and Type Method Description void
BaseColumnMapping. setRelation(ColumnMappingRelation relation)
-