public class Correlation extends Object implements Cloneable, Comparable<Correlation>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Correlation.JOIN |
| 构造器和说明 |
|---|
Correlation() |
Correlation(String target,
String alias,
String condition) |
| 限定符和类型 | 方法和说明 |
|---|---|
Correlation |
addTerm(Term term) |
protected Correlation |
clone() |
int |
compareTo(Correlation o) |
Correlation |
FullJoin() |
String |
getAlias() |
String |
getComment() |
Integer |
getIndex() |
Correlation.JOIN |
getJoin() |
PropertyWrapper |
getProperty(String name) |
PropertyWrapper |
getProperty(String name,
Object defaultValue) |
String |
getTargetTable() |
List<Term> |
getTerms() |
Correlation |
InnerJoin() |
boolean |
isOne2one() |
Correlation |
leftJoin() |
PropertyWrapper |
removeProperty(String name) |
Correlation |
rightJoin() |
void |
setAlias(String alias) |
void |
setComment(String comment) |
void |
setIndex(Integer index) |
void |
setJoin(Correlation.JOIN join) |
void |
setOne2one(boolean one2one) |
<T> T |
setProperty(String property,
T value) |
void |
setTargetTable(String targetTable) |
void |
setTerms(List<Term> terms) |
public PropertyWrapper getProperty(String name)
public PropertyWrapper getProperty(String name, Object defaultValue)
public PropertyWrapper removeProperty(String name)
public <T> T setProperty(String property, T value)
public String getTargetTable()
public void setTargetTable(String targetTable)
public String getAlias()
public void setAlias(String alias)
public boolean isOne2one()
public void setOne2one(boolean one2one)
public Correlation.JOIN getJoin()
public void setJoin(Correlation.JOIN join)
public Correlation leftJoin()
public Correlation rightJoin()
public Correlation InnerJoin()
public Correlation FullJoin()
public Correlation addTerm(Term term)
protected Correlation clone()
public int compareTo(Correlation o)
compareTo 在接口中 Comparable<Correlation>public void setIndex(Integer index)
public Integer getIndex()
public String getComment()
public void setComment(String comment)
Copyright © 2017. All rights reserved.