Class DeploymentTableMapping
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.sql.DeploymentTableMapping
-
- All Implemented Interfaces:
MyBatisTableMapping
public class DeploymentTableMapping extends Object implements MyBatisTableMapping
-
-
Constructor Summary
Constructors Constructor Description DeploymentTableMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTableAlias()
String
getTableName()
boolean
isOneToOneRelation()
-
-
-
Method Detail
-
getTableName
public String getTableName()
- Specified by:
getTableName
in interfaceMyBatisTableMapping
-
getTableAlias
public String getTableAlias()
- Specified by:
getTableAlias
in interfaceMyBatisTableMapping
-
isOneToOneRelation
public boolean isOneToOneRelation()
- Specified by:
isOneToOneRelation
in interfaceMyBatisTableMapping
-
-