Uses of Interface
org.camunda.bpm.engine.impl.db.sql.MyBatisTableMapping
-
Packages that use MyBatisTableMapping Package Description org.camunda.bpm.engine.impl.db.sql -
-
Uses of MyBatisTableMapping in org.camunda.bpm.engine.impl.db.sql
Classes in org.camunda.bpm.engine.impl.db.sql that implement MyBatisTableMapping Modifier and Type Class Description classCaseDefinitionTableMappingclassDeploymentTableMappingclassProcessDefinitionTableMappingclassVariableTableMappingFields in org.camunda.bpm.engine.impl.db.sql with type parameters of type MyBatisTableMapping Modifier and Type Field Description static Map<String,MyBatisTableMapping>MybatisJoinHelper. mappingsMethods in org.camunda.bpm.engine.impl.db.sql that return MyBatisTableMapping Modifier and Type Method Description protected static MyBatisTableMappingMybatisJoinHelper. getTableMapping(String relation)
-