|
||||||||||
| 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.novalueclass.persistence.orm.impl.ManyToManyImpl
public class ManyToManyImpl
| Field Summary | |
|---|---|
protected CascadeTypeImpl |
cascade
|
protected FetchType |
fetch
|
protected JoinTableImpl |
joinTable
|
protected MapKeyImpl |
mapKey
|
protected String |
mappedBy
|
protected String |
name
|
protected String |
orderBy
|
protected String |
targetEntity
|
| Constructor Summary | |
|---|---|
ManyToManyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.ManyToManyImpl instance. |
|
ManyToManyImpl(ManyToManyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.ManyToManyImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ManyToManyImpl |
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. |
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. |
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 MapKeyImpl mapKey
protected JoinTableImpl joinTable
protected CascadeTypeImpl cascade
protected String name
protected String targetEntity
protected FetchType fetch
protected String mappedBy
| Constructor Detail |
|---|
public ManyToManyImpl()
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.ManyToManyImpl instance.
public ManyToManyImpl(ManyToManyImpl o)
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.ManyToManyImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOrderBy()
ManyToMany
getOrderBy in interface ManyToManyStringpublic void setOrderBy(String value)
ManyToMany
setOrderBy in interface ManyToManyvalue - allowed object is
Stringpublic MapKey getMapKey()
ManyToMany
getMapKey in interface ManyToManyMapKeypublic void setMapKey(MapKey value)
ManyToMany
setMapKey in interface ManyToManyvalue - allowed object is
MapKeypublic JoinTable getJoinTable()
ManyToMany
getJoinTable in interface ManyToManyJoinTablepublic void setJoinTable(JoinTable value)
ManyToMany
setJoinTable in interface ManyToManyvalue - allowed object is
JoinTablepublic CascadeType getCascade()
ManyToMany
getCascade in interface ManyToManyCascadeTypepublic void setCascade(CascadeType value)
ManyToMany
setCascade in interface ManyToManyvalue - allowed object is
CascadeTypepublic String getName()
ManyToMany
getName in interface ManyToManyStringpublic void setName(String value)
ManyToMany
setName in interface ManyToManyvalue - allowed object is
Stringpublic String getTargetEntity()
ManyToMany
getTargetEntity in interface ManyToManyStringpublic void setTargetEntity(String value)
ManyToMany
setTargetEntity in interface ManyToManyvalue - allowed object is
Stringpublic FetchType getFetch()
ManyToMany
getFetch in interface ManyToManyFetchTypepublic void setFetch(FetchType value)
ManyToMany
setFetch in interface ManyToManyvalue - allowed object is
FetchTypepublic String getMappedBy()
ManyToMany
getMappedBy in interface ManyToManyStringpublic void setMappedBy(String value)
ManyToMany
setMappedBy in interface ManyToManyvalue - allowed object is
Stringpublic ManyToManyImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||