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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper

public class MybatisJoinHelper
extends Object

Author:
Thorben Lindhauer

Field Summary
protected static EnginePersistenceLogger LOG
           
static Map<String,MyBatisTableMapping> mappings
           
 
Constructor Summary
MybatisJoinHelper()
           
 
Method Summary
protected static MyBatisTableMapping getTableMapping(String relation)
           
static String orderBy(QueryOrderingProperty orderingProperty, int index)
           
static String orderBySelection(QueryOrderingProperty orderingProperty, int index)
           
static String tableAlias(String relation, int index)
           
static String tableMapping(String relation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final EnginePersistenceLogger LOG

mappings

public static Map<String,MyBatisTableMapping> mappings
Constructor Detail

MybatisJoinHelper

public MybatisJoinHelper()
Method Detail

tableAlias

public static String tableAlias(String relation,
                                int index)

tableMapping

public static String tableMapping(String relation)

orderBySelection

public static String orderBySelection(QueryOrderingProperty orderingProperty,
                                      int index)

orderBy

public static String orderBy(QueryOrderingProperty orderingProperty,
                             int index)

getTableMapping

protected static MyBatisTableMapping getTableMapping(String relation)


Copyright © 2016 camunda services GmbH. All rights reserved.