Class MybatisJoinHelper
java.lang.Object
org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final EnginePersistenceLogger
static Map<String,
MyBatisTableMapping> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
LOG
-
DEFAULT_ORDER
- See Also:
-
mappings
-
-
Constructor Details
-
MybatisJoinHelper
public MybatisJoinHelper()
-
-
Method Details
-
tableAlias
-
tableMapping
-
orderBySelection
-
orderBy
-
getTableMapping
-