org.camunda.bpm.engine.impl.mapping.mappings.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Camunda licenses this file to you under the Apache License, Version 2.0; you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <settings> <setting name="lazyLoadingEnabled" value="false" /> </settings> <mappers> <!-- Mappings are ordered so that cross-references can always be resolved by already loaded mappings --> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Commons.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Authorization.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Report.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Tenant.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Attachment.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Comment.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Deployment.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Execution.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Group.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricActivityInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricCaseActivityInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricDetail.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricIncident.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricIdentityLinkLog.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricProcessInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricCaseInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricStatistics.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricVariableInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricTaskInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricTaskInstanceReport.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricJobLog.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricExternalTaskLog.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/UserOperationLogEntry.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/IdentityInfo.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/IdentityLink.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Job.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/JobDefinition.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Incident.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Membership.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/ProcessDefinition.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Property.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/SchemaLogEntry.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Resource.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/TableData.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/TaskMetrics.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Task.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/User.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/VariableInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/EventSubscription.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Statistics.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Filter.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Metrics.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/ExternalTask.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Batch.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricBatch.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/TenantMembership.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/CamundaFormDefinition.xml" /> <!-- CMMN --> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/CaseDefinition.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/CaseExecution.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/CaseSentryPart.xml" /> <!-- DMN --> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/DecisionDefinition.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricDecisionInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricDecisionInputInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/HistoricDecisionOutputInstance.xml" /> <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/DecisionRequirementsDefinition.xml" /> </mappers> </configuration>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy