Uses of Class
com.flowable.serviceregistry.engine.impl.invoker.db.JoinTableConfig
Packages that use JoinTableConfig
-
Uses of JoinTableConfig in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db with type parameters of type JoinTableConfigModifier and TypeFieldDescriptionprotected Collection<JoinTableConfig>
DatabaseGenericInstanceQuery.joinTables
protected final List<JoinTableConfig>
QueryParameter.InValue.joinTables
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return JoinTableConfigModifier and TypeMethodDescriptionprotected JoinTableConfig
DbServiceInvoker.createJoinTableConfig
(ColumnMapping columnMapping, String tenantId, String owningTableName, ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, long id) QueryParameter.InValue.getFirstJoinTable()
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return types with arguments of type JoinTableConfigModifier and TypeMethodDescriptionprotected List<JoinTableConfig>
DbServiceInvoker.createJoinTableConfigs
(ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, DBServiceOperationConfig operationConfig, String tenantId) protected List<JoinTableConfig>
DbServiceInvoker.createJoinTableConfigs
(ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, BiPredicate<String, ColumnMapping> shouldUseMappingRelation, String tenantId) DatabaseGenericInstanceQuery.getJoinTables()
QueryParameter.InValue.getNextJoinTables()
Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type JoinTableConfigModifier and TypeMethodDescriptionDatabaseSchemaDataObjectJdbcTemplate.createLinkedObject
(Map<String, Object> result, JoinTableConfig relation, String linkedId) protected void
DatabaseSchemaDataObjectJdbcTemplate.handleListRelation
(Map<String, Object> object, Map<String, Object> result, JoinTableConfig relation, Map<String, List<JoinTableConfig>> tablesByRelation) protected void
DatabaseSchemaDataObjectJdbcTemplate.handleObjectRelation
(Map<String, Object> object, Map<String, Object> result, JoinTableConfig relation, Map<String, List<JoinTableConfig>> tablesByRelation) Method parameters in com.flowable.serviceregistry.engine.impl.invoker.db with type arguments of type JoinTableConfigModifier and TypeMethodDescriptionstatic QueryParameter
QueryParameter.in
(List<JoinTableConfig> joinTables, QueryParameter queryParameter) void
DatabaseGenericInstanceQuery.setJoinTables
(Collection<JoinTableConfig> joinTables) Constructor parameters in com.flowable.serviceregistry.engine.impl.invoker.db with type arguments of type JoinTableConfigModifierConstructorDescriptionInValue
(List<JoinTableConfig> joinTables, QueryParameter queryParameter)