|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OneToMany
| Method Summary | |
|---|---|
CascadeType |
getCascade()
Gets the value of the cascade property. |
FetchType |
getFetch()
Gets the value of the fetch property. |
JoinColumn[] |
getJoinColumn()
|
JoinColumn |
getJoinColumn(int idx)
|
int |
getJoinColumnLength()
|
JoinTable |
getJoinTable()
Gets the value of the joinTable property. |
MapKey |
getMapKey()
Gets the value of the mapKey property. |
String |
getMappedBy()
Gets the value of the mappedBy property. |
String |
getName()
Gets the value of the name property. |
String |
getOrderBy()
Gets the value of the orderBy property. |
String |
getTargetEntity()
Gets the value of the targetEntity property. |
void |
setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
setFetch(FetchType value)
Sets the value of the fetch property. |
JoinColumn |
setJoinColumn(int idx,
JoinColumn value)
|
void |
setJoinColumn(JoinColumn[] values)
|
void |
setJoinTable(JoinTable value)
Sets the value of the joinTable property. |
void |
setMapKey(MapKey value)
Sets the value of the mapKey property. |
void |
setMappedBy(String value)
Sets the value of the mappedBy property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOrderBy(String value)
Sets the value of the orderBy property. |
void |
setTargetEntity(String value)
Sets the value of the targetEntity property. |
| Method Detail |
|---|
String getOrderBy()
Stringvoid setOrderBy(String value)
value - allowed object is
StringMapKey getMapKey()
MapKeyvoid setMapKey(MapKey value)
value - allowed object is
MapKeyJoinTable getJoinTable()
JoinTablevoid setJoinTable(JoinTable value)
value - allowed object is
JoinTableJoinColumn[] getJoinColumn()
JoinColumnJoinColumn getJoinColumn(int idx)
JoinColumnint getJoinColumnLength()
void setJoinColumn(JoinColumn[] values)
values - allowed objects are
JoinColumn
JoinColumn setJoinColumn(int idx,
JoinColumn value)
value - allowed object is
JoinColumnCascadeType getCascade()
CascadeTypevoid setCascade(CascadeType value)
value - allowed object is
CascadeTypeString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getTargetEntity()
Stringvoid setTargetEntity(String value)
value - allowed object is
StringFetchType getFetch()
FetchTypevoid setFetch(FetchType value)
value - allowed object is
FetchTypeString getMappedBy()
Stringvoid setMappedBy(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||