Class MybatisJoinHelper
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
-
public class MybatisJoinHelper extends Object
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
DEFAULT_ORDER
protected static EnginePersistenceLogger
LOG
static Map<String,MyBatisTableMapping>
mappings
-
Constructor Summary
Constructors Constructor Description MybatisJoinHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
LOG
protected static final EnginePersistenceLogger LOG
-
DEFAULT_ORDER
protected static final String DEFAULT_ORDER
- See Also:
- Constant Field Values
-
mappings
public static Map<String,MyBatisTableMapping> mappings
-
-
Method Detail
-
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)
-
-