Class ProcessDefinitionTableMapping
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
-
- All Implemented Interfaces:
MyBatisTableMapping
public class ProcessDefinitionTableMapping extends java.lang.Object implements MyBatisTableMapping
- Author:
- Thorben Lindhauer
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionTableMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTableAlias()java.lang.StringgetTableName()booleanisOneToOneRelation()
-
-
-
Method Detail
-
getTableName
public java.lang.String getTableName()
- Specified by:
getTableNamein interfaceMyBatisTableMapping
-
getTableAlias
public java.lang.String getTableAlias()
- Specified by:
getTableAliasin interfaceMyBatisTableMapping
-
isOneToOneRelation
public boolean isOneToOneRelation()
- Specified by:
isOneToOneRelationin interfaceMyBatisTableMapping
-
-