|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
public class JaxbManyToMany
Field Summary | |
---|---|
protected JaxbAccessType |
access
|
protected JaxbCascadeType |
cascade
|
protected JaxbFetchType |
fetch
|
protected JaxbJoinTable |
joinTable
|
protected JaxbMapKey |
mapKey
|
protected List<JaxbAttributeOverride> |
mapKeyAttributeOverride
|
protected JaxbMapKeyClass |
mapKeyClass
|
protected JaxbEnumType |
mapKeyEnumerated
|
protected List<JaxbMapKeyJoinColumn> |
mapKeyJoinColumn
|
protected JaxbTemporalType |
mapKeyTemporal
|
protected String |
mappedBy
|
protected String |
name
|
protected String |
orderBy
|
protected JaxbOrderColumn |
orderColumn
|
protected String |
targetEntity
|
Constructor Summary | |
---|---|
JaxbManyToMany()
|
Method Summary | |
---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property. |
JaxbCascadeType |
getCascade()
Gets the value of the cascade property. |
JaxbFetchType |
getFetch()
Gets the value of the fetch property. |
JaxbJoinTable |
getJoinTable()
Gets the value of the joinTable property. |
JaxbMapKey |
getMapKey()
Gets the value of the mapKey property. |
List<JaxbAttributeOverride> |
getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property. |
JaxbMapKeyClass |
getMapKeyClass()
Gets the value of the mapKeyClass property. |
JaxbEnumType |
getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
List<JaxbMapKeyJoinColumn> |
getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property. |
JaxbTemporalType |
getMapKeyTemporal()
Gets the value of the mapKeyTemporal 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. |
JaxbOrderColumn |
getOrderColumn()
Gets the value of the orderColumn property. |
String |
getTargetEntity()
Gets the value of the targetEntity property. |
void |
setAccess(JaxbAccessType value)
Sets the value of the access property. |
void |
setCascade(JaxbCascadeType value)
Sets the value of the cascade property. |
void |
setFetch(JaxbFetchType value)
Sets the value of the fetch property. |
void |
setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property. |
void |
setMapKey(JaxbMapKey value)
Sets the value of the mapKey property. |
void |
setMapKeyClass(JaxbMapKeyClass value)
Sets the value of the mapKeyClass property. |
void |
setMapKeyEnumerated(JaxbEnumType value)
Sets the value of the mapKeyEnumerated property. |
void |
setMapKeyTemporal(JaxbTemporalType value)
Sets the value of the mapKeyTemporal 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 |
setOrderColumn(JaxbOrderColumn value)
Sets the value of the orderColumn property. |
void |
setTargetEntity(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 String orderBy
protected JaxbOrderColumn orderColumn
protected JaxbMapKey mapKey
protected JaxbMapKeyClass mapKeyClass
protected JaxbTemporalType mapKeyTemporal
protected JaxbEnumType mapKeyEnumerated
protected List<JaxbAttributeOverride> mapKeyAttributeOverride
protected List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
protected JaxbJoinTable joinTable
protected JaxbCascadeType cascade
protected String name
protected String targetEntity
protected JaxbFetchType fetch
protected JaxbAccessType access
protected String mappedBy
Constructor Detail |
---|
public JaxbManyToMany()
Method Detail |
---|
public String getOrderBy()
String
public void setOrderBy(String value)
value
- allowed object is
String
public JaxbOrderColumn getOrderColumn()
JaxbOrderColumn
public void setOrderColumn(JaxbOrderColumn value)
value
- allowed object is
JaxbOrderColumn
public JaxbMapKey getMapKey()
JaxbMapKey
public void setMapKey(JaxbMapKey value)
value
- allowed object is
JaxbMapKey
public JaxbMapKeyClass getMapKeyClass()
JaxbMapKeyClass
public void setMapKeyClass(JaxbMapKeyClass value)
value
- allowed object is
JaxbMapKeyClass
public JaxbTemporalType getMapKeyTemporal()
JaxbTemporalType
public void setMapKeyTemporal(JaxbTemporalType value)
value
- allowed object is
JaxbTemporalType
public JaxbEnumType getMapKeyEnumerated()
JaxbEnumType
public void setMapKeyEnumerated(JaxbEnumType value)
value
- allowed object is
JaxbEnumType
public List<JaxbAttributeOverride> 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
JaxbAttributeOverride
public List<JaxbMapKeyJoinColumn> 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
JaxbMapKeyJoinColumn
public JaxbJoinTable getJoinTable()
JaxbJoinTable
public void setJoinTable(JaxbJoinTable value)
value
- allowed object is
JaxbJoinTable
public JaxbCascadeType getCascade()
JaxbCascadeType
public void setCascade(JaxbCascadeType value)
value
- allowed object is
JaxbCascadeType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getTargetEntity()
String
public void setTargetEntity(String value)
value
- allowed object is
String
public JaxbFetchType getFetch()
JaxbFetchType
public void setFetch(JaxbFetchType value)
value
- allowed object is
JaxbFetchType
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
public String getMappedBy()
String
public void setMappedBy(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |