public class ManyToMany
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 MapKeyColumn |
mapKeyColumn |
protected java.util.List<Convert> |
mapKeyConvert |
protected EnumType |
mapKeyEnumerated |
protected ForeignKey |
mapKeyForeignKey |
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 and Description |
---|
ManyToMany() |
Modifier and Type | Method and Description |
---|---|
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.
|
MapKeyColumn |
getMapKeyColumn()
Gets the value of the mapKeyColumn property.
|
java.util.List<Convert> |
getMapKeyConvert()
Gets the value of the mapKeyConvert property.
|
EnumType |
getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
ForeignKey |
getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey 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 |
setMapKeyColumn(MapKeyColumn value)
Sets the value of the mapKeyColumn property.
|
void |
setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.
|
void |
setMapKeyForeignKey(ForeignKey value)
Sets the value of the mapKeyForeignKey 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.
|
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<Convert> mapKeyConvert
protected MapKeyColumn mapKeyColumn
protected java.util.List<MapKeyJoinColumn> mapKeyJoinColumn
protected ForeignKey mapKeyForeignKey
protected JoinTable joinTable
protected CascadeType cascade
protected java.lang.String name
protected java.lang.String targetEntity
protected FetchType fetch
protected AccessType access
protected java.lang.String mappedBy
public java.lang.String getOrderBy()
String
public void setOrderBy(java.lang.String value)
value
- allowed object is
String
public OrderColumn getOrderColumn()
OrderColumn
public void setOrderColumn(OrderColumn value)
value
- allowed object is
OrderColumn
public MapKey getMapKey()
MapKey
public void setMapKey(MapKey value)
value
- allowed object is
MapKey
public MapKeyClass getMapKeyClass()
MapKeyClass
public void setMapKeyClass(MapKeyClass value)
value
- allowed object is
MapKeyClass
public TemporalType getMapKeyTemporal()
TemporalType
public void setMapKeyTemporal(TemporalType value)
value
- allowed object is
TemporalType
public EnumType getMapKeyEnumerated()
EnumType
public void setMapKeyEnumerated(EnumType value)
value
- allowed object is
EnumType
public 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<Convert> getMapKeyConvert()
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 mapKeyConvert property.
For example, to add a new item, do as follows:
getMapKeyConvert().add(newItem);
Objects of the following type(s) are allowed in the list
Convert
public MapKeyColumn getMapKeyColumn()
MapKeyColumn
public void setMapKeyColumn(MapKeyColumn value)
value
- allowed object is
MapKeyColumn
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 ForeignKey getMapKeyForeignKey()
ForeignKey
public void setMapKeyForeignKey(ForeignKey value)
value
- allowed object is
ForeignKey
public JoinTable getJoinTable()
JoinTable
public void setJoinTable(JoinTable value)
value
- allowed object is
JoinTable
public CascadeType getCascade()
CascadeType
public void setCascade(CascadeType value)
value
- allowed object is
CascadeType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetEntity()
String
public void setTargetEntity(java.lang.String value)
value
- allowed object is
String
public FetchType getFetch()
FetchType
public void setFetch(FetchType value)
value
- allowed object is
FetchType
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
public java.lang.String getMappedBy()
String
public void setMappedBy(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.