public class RelationField extends Field
| Modifier and Type | Class and Description |
|---|---|
static class |
RelationField.FetchType |
static class |
RelationField.Type |
PERSISTENCE_ID, PERSISTENCE_VERSION| Constructor and Description |
|---|
RelationField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RelationField.FetchType |
getFetchType() |
BusinessObject |
getReference() |
RelationField.Type |
getType() |
int |
hashCode() |
boolean |
isLazy() |
void |
setFetchType(RelationField.FetchType fetchType) |
void |
setReference(BusinessObject reference) |
void |
setType(RelationField.Type type) |
String |
toString() |
getName, isCollection, isNullable, setCollection, setName, setNullablepublic RelationField.Type getType()
public void setType(RelationField.Type type)
public BusinessObject getReference()
public void setReference(BusinessObject reference)
public RelationField.FetchType getFetchType()
public void setFetchType(RelationField.FetchType fetchType)
public boolean isLazy()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.