|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.OneToMany
public class OneToMany
| Field Summary | |
|---|---|
protected CascadeType |
cascade
|
protected FetchType |
fetch
|
protected JoinColumn[] |
joinColumn
|
protected JoinTable |
joinTable
|
protected MapKey |
mapKey
|
protected String |
mappedBy
|
protected String |
name
|
protected String |
orderBy
|
protected String |
targetEntity
|
| Constructor Summary | |
|---|---|
OneToMany()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.OneToMany instance. |
|
OneToMany(OneToMany o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.OneToMany instance by copying a given instance. |
|
| Method Summary | |
|---|---|
OneToMany |
clone()
Creates and returns a copy of this object. |
void |
copyJoinColumn(JoinColumn[] source)
Copies all values of property JoinColumn. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String orderBy
protected MapKey mapKey
protected JoinTable joinTable
protected JoinColumn[] joinColumn
protected CascadeType cascade
protected String name
protected String targetEntity
protected FetchType fetch
protected String mappedBy
| Constructor Detail |
|---|
public OneToMany()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.OneToMany instance.
public OneToMany(OneToMany o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.OneToMany instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOrderBy()
Stringpublic void setOrderBy(String value)
value - allowed object is
Stringpublic MapKey getMapKey()
MapKeypublic void setMapKey(MapKey value)
value - allowed object is
MapKeypublic JoinTable getJoinTable()
JoinTablepublic void setJoinTable(JoinTable value)
value - allowed object is
JoinTablepublic JoinColumn[] getJoinColumn()
JoinColumnpublic JoinColumn getJoinColumn(int idx)
JoinColumnpublic int getJoinColumnLength()
public void setJoinColumn(JoinColumn[] values)
values - allowed objects are
JoinColumn
public JoinColumn setJoinColumn(int idx,
JoinColumn value)
value - allowed object is
JoinColumnpublic CascadeType getCascade()
CascadeTypepublic void setCascade(CascadeType value)
value - allowed object is
CascadeTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTargetEntity()
Stringpublic void setTargetEntity(String value)
value - allowed object is
Stringpublic FetchType getFetch()
FetchTypepublic void setFetch(FetchType value)
value - allowed object is
FetchTypepublic String getMappedBy()
Stringpublic void setMappedBy(String value)
value - allowed object is
Stringpublic void copyJoinColumn(JoinColumn[] source)
JoinColumn.
source - The source to copy from.
NullPointerException - if source is null.public OneToMany clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||