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

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

public class VariableTableMapping
extends Object
implements MyBatisTableMapping

Author:
Thorben Lindhauer

Constructor Summary
VariableTableMapping()
           
 
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

VariableTableMapping

public VariableTableMapping()
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 © 2015 camunda services GmbH. All rights reserved.