|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.ManyToOne
public class ManyToOne
| Field Summary | |
|---|---|
protected CascadeType |
cascade
|
protected FetchType |
fetch
|
protected JoinColumn[] |
joinColumn
|
protected JoinTable |
joinTable
|
protected String |
name
|
protected Boolean |
optional
|
protected String |
targetEntity
|
| Constructor Summary | |
|---|---|
ManyToOne()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.ManyToOne instance. |
|
ManyToOne(ManyToOne o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.ManyToOne instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ManyToOne |
clone()
Creates and returns a copy of this object. |
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. |
String |
getName()
Gets the value of the name property. |
String |
getTargetEntity()
Gets the value of the targetEntity property. |
Boolean |
isOptional()
Gets the value of the optional 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 |
setName(String value)
Sets the value of the name property. |
void |
setOptional(Boolean value)
Sets the value of the optional 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 JoinColumn[] joinColumn
protected JoinTable joinTable
protected CascadeType cascade
protected String name
protected String targetEntity
protected FetchType fetch
protected Boolean optional
| Constructor Detail |
|---|
public ManyToOne()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.ManyToOne instance.
public ManyToOne(ManyToOne o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.ManyToOne instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public 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 JoinTable getJoinTable()
JoinTablepublic void setJoinTable(JoinTable value)
value - allowed object is
JoinTablepublic 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 Boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Booleanpublic ManyToOne clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||