|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.OneToOneImpl
public class OneToOneImpl
| Field Summary | |
|---|---|
protected CascadeTypeImpl |
cascade
|
protected FetchType |
fetch
|
protected JoinColumn[] |
joinColumn
|
protected JoinTableImpl |
joinTable
|
protected String |
mappedBy
|
protected String |
name
|
protected Boolean |
optional
|
protected PrimaryKeyJoinColumn[] |
primaryKeyJoinColumn
|
protected String |
targetEntity
|
| Constructor Summary | |
|---|---|
OneToOneImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.OneToOneImpl instance. |
|
OneToOneImpl(OneToOneImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.OneToOneImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
OneToOneImpl |
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 |
getMappedBy()
Gets the value of the mappedBy property. |
String |
getName()
Gets the value of the name property. |
PrimaryKeyJoinColumn[] |
getPrimaryKeyJoinColumn()
|
PrimaryKeyJoinColumn |
getPrimaryKeyJoinColumn(int idx)
|
int |
getPrimaryKeyJoinColumnLength()
|
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 |
setMappedBy(String value)
Sets the value of the mappedBy property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOptional(Boolean value)
Sets the value of the optional property. |
PrimaryKeyJoinColumn |
setPrimaryKeyJoinColumn(int idx,
PrimaryKeyJoinColumn value)
|
void |
setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
|
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 PrimaryKeyJoinColumn[] primaryKeyJoinColumn
protected JoinColumn[] joinColumn
protected JoinTableImpl joinTable
protected CascadeTypeImpl cascade
protected String name
protected String targetEntity
protected FetchType fetch
protected Boolean optional
protected String mappedBy
| Constructor Detail |
|---|
public OneToOneImpl()
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.OneToOneImpl instance.
public OneToOneImpl(OneToOneImpl o)
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.OneToOneImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PrimaryKeyJoinColumn[] getPrimaryKeyJoinColumn()
getPrimaryKeyJoinColumn in interface OneToOnePrimaryKeyJoinColumnpublic PrimaryKeyJoinColumn getPrimaryKeyJoinColumn(int idx)
getPrimaryKeyJoinColumn in interface OneToOnePrimaryKeyJoinColumnpublic int getPrimaryKeyJoinColumnLength()
getPrimaryKeyJoinColumnLength in interface OneToOnepublic void setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
setPrimaryKeyJoinColumn in interface OneToOnevalues - allowed objects are
PrimaryKeyJoinColumn
public PrimaryKeyJoinColumn setPrimaryKeyJoinColumn(int idx,
PrimaryKeyJoinColumn value)
setPrimaryKeyJoinColumn in interface OneToOnevalue - allowed object is
PrimaryKeyJoinColumnpublic JoinColumn[] getJoinColumn()
getJoinColumn in interface OneToOneJoinColumnpublic JoinColumn getJoinColumn(int idx)
getJoinColumn in interface OneToOneJoinColumnpublic int getJoinColumnLength()
getJoinColumnLength in interface OneToOnepublic void setJoinColumn(JoinColumn[] values)
setJoinColumn in interface OneToOnevalues - allowed objects are
JoinColumn
public JoinColumn setJoinColumn(int idx,
JoinColumn value)
setJoinColumn in interface OneToOnevalue - allowed object is
JoinColumnpublic JoinTable getJoinTable()
OneToOne
getJoinTable in interface OneToOneJoinTablepublic void setJoinTable(JoinTable value)
OneToOne
setJoinTable in interface OneToOnevalue - allowed object is
JoinTablepublic CascadeType getCascade()
OneToOne
getCascade in interface OneToOneCascadeTypepublic void setCascade(CascadeType value)
OneToOne
setCascade in interface OneToOnevalue - allowed object is
CascadeTypepublic String getName()
OneToOne
getName in interface OneToOneStringpublic void setName(String value)
OneToOne
setName in interface OneToOnevalue - allowed object is
Stringpublic String getTargetEntity()
OneToOne
getTargetEntity in interface OneToOneStringpublic void setTargetEntity(String value)
OneToOne
setTargetEntity in interface OneToOnevalue - allowed object is
Stringpublic FetchType getFetch()
OneToOne
getFetch in interface OneToOneFetchTypepublic void setFetch(FetchType value)
OneToOne
setFetch in interface OneToOnevalue - allowed object is
FetchTypepublic Boolean isOptional()
OneToOne
isOptional in interface OneToOneBooleanpublic void setOptional(Boolean value)
OneToOne
setOptional in interface OneToOnevalue - allowed object is
Booleanpublic String getMappedBy()
OneToOne
getMappedBy in interface OneToOneStringpublic void setMappedBy(String value)
OneToOne
setMappedBy in interface OneToOnevalue - allowed object is
Stringpublic OneToOneImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||