Method Summary |
|
public CascadeType | getCascade() Gets the value of the cascade property. |
public FetchType | getFetch() Gets the value of the fetch property. |
public List<JoinColumn> | getJoinColumn() Gets the value of the joinColumn property.
This accessor method returns a reference to the live list,
not a snapshot. |
public JoinTable | getJoinTable() Gets the value of the joinTable property. |
public MapKey | getMapKey() Gets the value of the mapKey property. |
public String | getMappedBy() Gets the value of the mappedBy property. |
public String | getName() Gets the value of the name property. |
public String | getOrderBy() Gets the value of the orderBy property. |
public RelationField | getRelatedField() This is only used for xml converters and will normally return null. |
public String | getTargetEntity() Gets the value of the targetEntity property. |
public boolean | isSyntheticField() This is only used for xml converters and will normally return false. |
public void | setCascade(CascadeType value) Sets the value of the cascade property. |
public void | setFetch(FetchType value) Sets the value of the fetch property. |
public void | setJoinTable(JoinTable value) Sets the value of the joinTable property. |
public void | setMapKey(MapKey value) Sets the value of the mapKey property. |
public void | setMappedBy(String value) Sets the value of the mappedBy property. |
public void | setName(String value) Sets the value of the name property. |
public void | setOrderBy(String value) Sets the value of the orderBy property. |
public void | setRelatedField(RelationField value) Gets the field on the target entity for this relationship. |
public void | setSyntheticField(boolean syntheticField) This is only used for xml converters and will normally return false. |
public void | setTargetEntity(String value) Sets the value of the targetEntity property. |