org.camunda.bpm.engine.impl.db.sql
Class ProcessDefinitionTableMapping

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
All Implemented Interfaces:
MyBatisTableMapping

public class ProcessDefinitionTableMapping
extends Object
implements MyBatisTableMapping

Author:
Thorben Lindhauer

Constructor Summary
ProcessDefinitionTableMapping()
           
 
Method Summary
 String getTableAlias()
           
 String getTableName()
           
 boolean isOneToOneRelation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionTableMapping

public ProcessDefinitionTableMapping()
Method Detail

getTableName

public String getTableName()
Specified by:
getTableName in interface MyBatisTableMapping

getTableAlias

public String getTableAlias()
Specified by:
getTableAlias in interface MyBatisTableMapping

isOneToOneRelation

public boolean isOneToOneRelation()
Specified by:
isOneToOneRelation in interface MyBatisTableMapping


Copyright © 2017 camunda services GmbH. All rights reserved.