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 StringgetTableAlias()StringgetTableName()booleanisOneToOneRelation() 
 - 
 
- 
- 
Method Detail
- 
getTableName
public String getTableName()
- Specified by:
 getTableNamein interfaceMyBatisTableMapping
 
- 
getTableAlias
public String getTableAlias()
- Specified by:
 getTableAliasin interfaceMyBatisTableMapping
 
- 
isOneToOneRelation
public boolean isOneToOneRelation()
- Specified by:
 isOneToOneRelationin interfaceMyBatisTableMapping
 
 - 
 
 -