public class Join extends Object
| Constructor and Description |
|---|
Join(Class<?> type1,
Class<?> type2,
String property1,
String property2) |
Join(Class<?> type1,
Class<?> type2,
String property1,
String property2,
JoinType joinType) |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
getJoinType() |
String |
getProperty1() |
String |
getProperty2() |
Class<?> |
getType1() |
Class<?> |
getType2() |
void |
setJoinType(JoinType joinType) |
void |
setProperty1(String property1) |
void |
setProperty2(String property2) |
void |
setType1(Class<?> type1) |
void |
setType2(Class<?> type2) |
String |
toString() |
public Class<?> getType1()
public void setType1(Class<?> type1)
public Class<?> getType2()
public void setType2(Class<?> type2)
public String getProperty1()
public void setProperty1(String property1)
public String getProperty2()
public void setProperty2(String property2)
public JoinType getJoinType()
public void setJoinType(JoinType joinType)
Copyright © 2013. All rights reserved.