Modifier and Type | Method and Description |
---|---|
CascadeType |
getCascade() |
FetchType |
getFetch() |
java.util.List<JoinColumn> |
getJoinColumn() |
JoinTable |
getJoinTable() |
java.lang.String |
getMappedBy() |
java.lang.String |
getName() |
RelationField |
getRelatedField()
This is only used for xml converters and will normally return null.
|
java.lang.String |
getTargetEntity() |
boolean |
isSyntheticField()
This is only used for xml converters and will normally return false.
|
void |
setCascade(CascadeType value) |
void |
setFetch(FetchType value) |
void |
setJoinTable(JoinTable value) |
void |
setMappedBy(java.lang.String value) |
void |
setName(java.lang.String value) |
void |
setRelatedField(RelationField value)
Gets the field on the target entity for this relationship.
|
void |
setSyntheticField(boolean syntheticField)
This is only used for xml converters and will normally return false.
|
void |
setTargetEntity(java.lang.String value) |
java.util.List<JoinColumn> getJoinColumn()
JoinTable getJoinTable()
void setJoinTable(JoinTable value)
CascadeType getCascade()
void setCascade(CascadeType value)
FetchType getFetch()
void setFetch(FetchType value)
java.lang.String getMappedBy()
void setMappedBy(java.lang.String value)
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getTargetEntity()
void setTargetEntity(java.lang.String value)
RelationField getRelatedField()
void setRelatedField(RelationField value)
value
- field on the target entity for this relationship.boolean isSyntheticField()
void setSyntheticField(boolean syntheticField)