public class HQLBuilder extends Object implements Serializable, Appendable
| 构造器和说明 |
|---|
HQLBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
HQLBuilder |
append(char c) |
HQLBuilder |
append(CharSequence csq) |
HQLBuilder |
append(CharSequence csq,
int start,
int end) |
HQLBuilder |
appendParameterName(int index) |
void |
clear() |
static String |
getParameterName(int index) |
String |
toString() |
public HQLBuilder append(char c)
append 在接口中 Appendablepublic HQLBuilder append(CharSequence csq)
append 在接口中 Appendablepublic HQLBuilder append(CharSequence csq, int start, int end)
append 在接口中 Appendablepublic HQLBuilder appendParameterName(int index)
public static String getParameterName(int index)
public void clear()
Copyright © 2008-2013 Matrix. All Rights Reserved.