public class HandleHelp extends Object
Constructor and Description |
---|
HandleHelp() |
Modifier and Type | Method and Description |
---|---|
static String |
getFirstToken(String sql) |
static Class |
getPageType(Type type,
Class defaultClass) |
static Class |
getParamterTypeClass(Type t) |
static Class |
getRetType(Method method,
Class entityClass) |
static Class |
getType(Type type) |
static DMLType |
getTypeBySql(String sql)
根据sql语句判断sql类型,用于对应到DBClient操作
|
static boolean |
isSpecialChar(char c) |
Copyright © 2020. All rights reserved.