public class JoinDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JoinDefinition.JoinType |
| Constructor and Description |
|---|
JoinDefinition() |
JoinDefinition(String field,
boolean fetch) |
JoinDefinition(String field,
JoinDefinition.JoinType type,
boolean fetch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getField() |
JoinDefinition.JoinType |
getType() |
int |
hashCode() |
boolean |
isFetch() |
void |
setFetch(boolean fetch) |
void |
setField(String field) |
void |
setType(JoinDefinition.JoinType type) |
public JoinDefinition()
public JoinDefinition(String field, boolean fetch)
public JoinDefinition(String field, JoinDefinition.JoinType type, boolean fetch)
public String getField()
public void setField(String field)
public JoinDefinition.JoinType getType()
public void setType(JoinDefinition.JoinType type)
public boolean isFetch()
public void setFetch(boolean fetch)
Copyright © 2020 com.github.eoscode. All rights reserved.