public class MybatisJoinHelper extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | DEFAULT_ORDER | 
| protected static EnginePersistenceLogger | LOG | 
| static Map<String,MyBatisTableMapping> | mappings | 
| Constructor and Description | 
|---|
| MybatisJoinHelper() | 
| Modifier and Type | Method and 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) | 
protected static final EnginePersistenceLogger LOG
protected static final String DEFAULT_ORDER
public static Map<String,MyBatisTableMapping> mappings
public static String orderBySelection(QueryOrderingProperty orderingProperty, int index)
public static String orderBy(QueryOrderingProperty orderingProperty, int index)
protected static MyBatisTableMapping getTableMapping(String relation)
Copyright © 2018. All rights reserved.