All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.bpm.engine.impl.mapping.mappings.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>

<!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>
    <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/Commons.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/Resource.xml" />
    <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/TableData.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/Authorization.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/Report.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/Tenant.xml" />
    <mapper resource="org/camunda/bpm/engine/impl/mapping/entity/TenantMembership.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 - 2025 Weber Informatics LLC | Privacy Policy