public class EruptJpaUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AND |
static String |
AS |
static String |
L_VAL_KEY |
static String |
LEFT_JOIN |
static String |
PERCENT |
static String |
R_VAL_KEY |
| 构造器和说明 |
|---|
EruptJpaUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
completeHqlPath(String eruptName,
String hqlPath) |
static String |
geneEruptHqlCondition(EruptModel eruptModel,
List<xyz.erupt.annotation.query.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> |
getEruptColJpaKeys(EruptModel eruptModel) |
public static Set<String> getEruptColJpaKeys(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<xyz.erupt.annotation.query.Condition> conditions, List<String> customCondition)
public static String geneEruptHqlOrderBy(EruptModel eruptModel, String orderBy)
Copyright © 2021. All rights reserved.