|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.jpamodelgen.xml.jaxb.ManyToMany
public class ManyToMany
| Field Summary | |
|---|---|
protected AccessType |
access
|
protected CascadeType |
cascade
|
protected FetchType |
fetch
|
protected JoinTable |
joinTable
|
protected MapKey |
mapKey
|
protected java.util.List<AttributeOverride> |
mapKeyAttributeOverride
|
protected MapKeyClass |
mapKeyClass
|
protected EnumType |
mapKeyEnumerated
|
protected java.util.List<MapKeyJoinColumn> |
mapKeyJoinColumn
|
protected TemporalType |
mapKeyTemporal
|
protected java.lang.String |
mappedBy
|
protected java.lang.String |
name
|
protected java.lang.String |
orderBy
|
protected OrderColumn |
orderColumn
|
protected java.lang.String |
targetEntity
|
| Constructor Summary | |
|---|---|
ManyToMany()
|
|
| Method Summary | |
|---|---|
AccessType |
getAccess()
Gets the value of the access property. |
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. |
java.util.List<AttributeOverride> |
getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property. |
MapKeyClass |
getMapKeyClass()
Gets the value of the mapKeyClass property. |
EnumType |
getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
java.util.List<MapKeyJoinColumn> |
getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property. |
TemporalType |
getMapKeyTemporal()
Gets the value of the mapKeyTemporal property. |
java.lang.String |
getMappedBy()
Gets the value of the mappedBy property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOrderBy()
Gets the value of the orderBy property. |
OrderColumn |
getOrderColumn()
Gets the value of the orderColumn property. |
java.lang.String |
getTargetEntity()
Gets the value of the targetEntity property. |
void |
setAccess(AccessType value)
Sets the value of the access 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 |
setMapKeyClass(MapKeyClass value)
Sets the value of the mapKeyClass property. |
void |
setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
void |
setMapKeyTemporal(TemporalType value)
Sets the value of the mapKeyTemporal property. |
void |
setMappedBy(java.lang.String value)
Sets the value of the mappedBy property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOrderBy(java.lang.String value)
Sets the value of the orderBy property. |
void |
setOrderColumn(OrderColumn value)
Sets the value of the orderColumn property. |
void |
setTargetEntity(java.lang.String value)
Sets the value of the targetEntity property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String orderBy
protected OrderColumn orderColumn
protected MapKey mapKey
protected MapKeyClass mapKeyClass
protected TemporalType mapKeyTemporal
protected EnumType mapKeyEnumerated
protected java.util.List<AttributeOverride> mapKeyAttributeOverride
protected java.util.List<MapKeyJoinColumn> mapKeyJoinColumn
protected JoinTable joinTable
protected CascadeType cascade
protected AccessType access
protected FetchType fetch
protected java.lang.String mappedBy
protected java.lang.String name
protected java.lang.String targetEntity
| Constructor Detail |
|---|
public ManyToMany()
| Method Detail |
|---|
public java.lang.String getOrderBy()
Stringpublic void setOrderBy(java.lang.String value)
value - allowed object is
Stringpublic OrderColumn getOrderColumn()
OrderColumnpublic void setOrderColumn(OrderColumn value)
value - allowed object is
OrderColumnpublic MapKey getMapKey()
MapKeypublic void setMapKey(MapKey value)
value - allowed object is
MapKeypublic MapKeyClass getMapKeyClass()
MapKeyClasspublic void setMapKeyClass(MapKeyClass value)
value - allowed object is
MapKeyClasspublic TemporalType getMapKeyTemporal()
TemporalTypepublic void setMapKeyTemporal(TemporalType value)
value - allowed object is
TemporalTypepublic EnumType getMapKeyEnumerated()
EnumTypepublic void setMapKeyEnumerated(EnumType value)
value - allowed object is
EnumTypepublic java.util.List<AttributeOverride> getMapKeyAttributeOverride()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mapKeyAttributeOverride property.
For example, to add a new item, do as follows:
getMapKeyAttributeOverride().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeOverride
public java.util.List<MapKeyJoinColumn> getMapKeyJoinColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mapKeyJoinColumn property.
For example, to add a new item, do as follows:
getMapKeyJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
MapKeyJoinColumn
public JoinTable getJoinTable()
JoinTablepublic void setJoinTable(JoinTable value)
value - allowed object is
JoinTablepublic CascadeType getCascade()
CascadeTypepublic void setCascade(CascadeType value)
value - allowed object is
CascadeTypepublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessTypepublic FetchType getFetch()
FetchTypepublic void setFetch(FetchType value)
value - allowed object is
FetchTypepublic java.lang.String getMappedBy()
Stringpublic void setMappedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetEntity()
Stringpublic void setTargetEntity(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||