public class EruptJpaUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AND |
static String |
LVAL_KEY |
static String |
NOT_NULL |
static String |
NULL |
static String |
PERCENT |
static String |
RVAL_KEY |
| 构造器和说明 |
|---|
EruptJpaUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
completeHqlPath(String eruptName,
String hqlPath) |
static String |
geneEruptHqlCondition(EruptModel eruptModel,
List<Condition> conditions,
List<String> customCondition) |
static String |
geneEruptHqlOrderBy(EruptModel eruptModel,
String orderBy) |
static String |
generateEruptJoinHql(EruptModel eruptModel) |
static String |
generateEruptJpaHql(EruptModel eruptModel,
String cols,
EruptQuery query,
boolean countSql) |
static Set<String> |
getEruptColJapKeys(EruptModel eruptModel) |
public static Set<String> getEruptColJapKeys(EruptModel eruptModel)
public static String generateEruptJpaHql(EruptModel eruptModel, String cols, EruptQuery query, boolean countSql)
public static String generateEruptJoinHql(EruptModel eruptModel)
public static String geneEruptHqlCondition(EruptModel eruptModel, List<Condition> conditions, List<String> customCondition)
public static String geneEruptHqlOrderBy(EruptModel eruptModel, String orderBy)
Copyright © 2020. All rights reserved.