Class JaxbElementCollection
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
- All Implemented Interfaces:
java.io.Serializable,CollectionAttribute,FetchableAttribute,PersistentAttribute
public class JaxbElementCollection extends java.lang.Object implements java.io.Serializable, CollectionAttribute, PersistentAttribute
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessTypeaccessprotected java.util.List<JaxbAssociationOverride>associationOverrideprotected java.util.List<JaxbAttributeOverride>attributeOverrideprotected JaxbCollectionTablecollectionTableprotected JaxbColumncolumnprotected java.util.List<JaxbConvert>convertprotected EnumTypeenumeratedprotected FetchTypefetchprotected JaxbLoblobprotected JaxbMapKeymapKeyprotected java.util.List<JaxbAttributeOverride>mapKeyAttributeOverrideprotected JaxbMapKeyClassmapKeyClassprotected JaxbMapKeyColumnmapKeyColumnprotected java.util.List<JaxbConvert>mapKeyConvertprotected EnumTypemapKeyEnumeratedprotected JaxbForeignKeymapKeyForeignKeyprotected java.util.List<JaxbMapKeyJoinColumn>mapKeyJoinColumnprotected TemporalTypemapKeyTemporalprotected java.lang.Stringnameprotected java.lang.StringorderByprotected JaxbOrderColumnorderColumnprotected java.lang.StringtargetClassprotected TemporalTypetemporal
-
Constructor Summary
Constructors Constructor Description JaxbElementCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccess()Gets the value of the access property.java.util.List<JaxbAssociationOverride>getAssociationOverride()Gets the value of the associationOverride property.java.util.List<JaxbAttributeOverride>getAttributeOverride()Gets the value of the attributeOverride property.JaxbCollectionTablegetCollectionTable()Gets the value of the collectionTable property.JaxbColumngetColumn()Gets the value of the column property.java.util.List<JaxbConvert>getConvert()Gets the value of the convert property.EnumTypegetEnumerated()Gets the value of the enumerated property.FetchTypegetFetch()Gets the value of the fetch property.JaxbLobgetLob()Gets the value of the lob property.JaxbMapKeygetMapKey()Gets the value of the mapKey property.java.util.List<JaxbAttributeOverride>getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.JaxbMapKeyClassgetMapKeyClass()Gets the value of the mapKeyClass property.JaxbMapKeyColumngetMapKeyColumn()Gets the value of the mapKeyColumn property.java.util.List<JaxbConvert>getMapKeyConvert()Gets the value of the mapKeyConvert property.EnumTypegetMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.JaxbForeignKeygetMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.java.util.List<JaxbMapKeyJoinColumn>getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.TemporalTypegetMapKeyTemporal()Gets the value of the mapKeyTemporal property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetOrderBy()Gets the value of the orderBy property.JaxbOrderColumngetOrderColumn()Gets the value of the orderColumn property.java.lang.StringgetTargetClass()Gets the value of the targetClass property.TemporalTypegetTemporal()Gets the value of the temporal property.voidsetAccess(AccessType value)Sets the value of the access property.voidsetCollectionTable(JaxbCollectionTable value)Sets the value of the collectionTable property.voidsetColumn(JaxbColumn value)Sets the value of the column property.voidsetEnumerated(EnumType value)Sets the value of the enumerated property.voidsetFetch(FetchType value)Sets the value of the fetch property.voidsetLob(JaxbLob value)Sets the value of the lob property.voidsetMapKey(JaxbMapKey value)Sets the value of the mapKey property.voidsetMapKeyClass(JaxbMapKeyClass value)Sets the value of the mapKeyClass property.voidsetMapKeyColumn(JaxbMapKeyColumn value)Sets the value of the mapKeyColumn property.voidsetMapKeyEnumerated(EnumType value)Sets the value of the mapKeyEnumerated property.voidsetMapKeyForeignKey(JaxbForeignKey value)Sets the value of the mapKeyForeignKey property.voidsetMapKeyTemporal(TemporalType value)Sets the value of the mapKeyTemporal property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOrderBy(java.lang.String value)Sets the value of the orderBy property.voidsetOrderColumn(JaxbOrderColumn value)Sets the value of the orderColumn property.voidsetTargetClass(java.lang.String value)Sets the value of the targetClass property.voidsetTemporal(TemporalType value)Sets the value of the temporal property.
-
-
-
Field Detail
-
orderBy
protected java.lang.String orderBy
-
orderColumn
protected JaxbOrderColumn orderColumn
-
mapKey
protected JaxbMapKey mapKey
-
mapKeyClass
protected JaxbMapKeyClass mapKeyClass
-
mapKeyTemporal
protected TemporalType mapKeyTemporal
-
mapKeyEnumerated
protected EnumType mapKeyEnumerated
-
mapKeyAttributeOverride
protected java.util.List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyConvert
protected java.util.List<JaxbConvert> mapKeyConvert
-
mapKeyColumn
protected JaxbMapKeyColumn mapKeyColumn
-
mapKeyJoinColumn
protected java.util.List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyForeignKey
protected JaxbForeignKey mapKeyForeignKey
-
column
protected JaxbColumn column
-
temporal
protected TemporalType temporal
-
enumerated
protected EnumType enumerated
-
lob
protected JaxbLob lob
-
attributeOverride
protected java.util.List<JaxbAttributeOverride> attributeOverride
-
associationOverride
protected java.util.List<JaxbAssociationOverride> associationOverride
-
convert
protected java.util.List<JaxbConvert> convert
-
collectionTable
protected JaxbCollectionTable collectionTable
-
name
protected java.lang.String name
-
targetClass
protected java.lang.String targetClass
-
fetch
protected FetchType fetch
-
access
protected AccessType access
-
-
Method Detail
-
getOrderBy
public java.lang.String getOrderBy()
Gets the value of the orderBy property.- Specified by:
getOrderByin interfaceCollectionAttribute- Returns:
- possible object is
String
-
setOrderBy
public void setOrderBy(java.lang.String value)
Sets the value of the orderBy property.- Specified by:
setOrderByin interfaceCollectionAttribute- Parameters:
value- allowed object isString
-
getOrderColumn
public JaxbOrderColumn getOrderColumn()
Gets the value of the orderColumn property.- Specified by:
getOrderColumnin interfaceCollectionAttribute- Returns:
- possible object is
JaxbOrderColumn
-
setOrderColumn
public void setOrderColumn(JaxbOrderColumn value)
Sets the value of the orderColumn property.- Specified by:
setOrderColumnin interfaceCollectionAttribute- Parameters:
value- allowed object isJaxbOrderColumn
-
getMapKey
public JaxbMapKey getMapKey()
Gets the value of the mapKey property.- Specified by:
getMapKeyin interfaceCollectionAttribute- Returns:
- possible object is
JaxbMapKey
-
setMapKey
public void setMapKey(JaxbMapKey value)
Sets the value of the mapKey property.- Specified by:
setMapKeyin interfaceCollectionAttribute- Parameters:
value- allowed object isJaxbMapKey
-
getMapKeyClass
public JaxbMapKeyClass getMapKeyClass()
Gets the value of the mapKeyClass property.- Specified by:
getMapKeyClassin interfaceCollectionAttribute- Returns:
- possible object is
JaxbMapKeyClass
-
setMapKeyClass
public void setMapKeyClass(JaxbMapKeyClass value)
Sets the value of the mapKeyClass property.- Specified by:
setMapKeyClassin interfaceCollectionAttribute- Parameters:
value- allowed object isJaxbMapKeyClass
-
getMapKeyTemporal
public TemporalType getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.- Specified by:
getMapKeyTemporalin interfaceCollectionAttribute- Returns:
- possible object is
String
-
setMapKeyTemporal
public void setMapKeyTemporal(TemporalType value)
Sets the value of the mapKeyTemporal property.- Specified by:
setMapKeyTemporalin interfaceCollectionAttribute- Parameters:
value- allowed object isString
-
getMapKeyEnumerated
public EnumType getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.- Specified by:
getMapKeyEnumeratedin interfaceCollectionAttribute- Returns:
- possible object is
String
-
setMapKeyEnumerated
public void setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.- Specified by:
setMapKeyEnumeratedin interfaceCollectionAttribute- Parameters:
value- allowed object isString
-
getMapKeyAttributeOverride
public java.util.List<JaxbAttributeOverride> getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property.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
setmethod 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- Specified by:
getMapKeyAttributeOverridein interfaceCollectionAttribute
-
getMapKeyConvert
public java.util.List<JaxbConvert> getMapKeyConvert()
Gets the value of the mapKeyConvert property.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
setmethod 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
JaxbConvert- Specified by:
getMapKeyConvertin interfaceCollectionAttribute
-
getMapKeyColumn
public JaxbMapKeyColumn getMapKeyColumn()
Gets the value of the mapKeyColumn property.- Specified by:
getMapKeyColumnin interfaceCollectionAttribute- Returns:
- possible object is
JaxbMapKeyColumn
-
setMapKeyColumn
public void setMapKeyColumn(JaxbMapKeyColumn value)
Sets the value of the mapKeyColumn property.- Specified by:
setMapKeyColumnin interfaceCollectionAttribute- Parameters:
value- allowed object isJaxbMapKeyColumn
-
getMapKeyJoinColumn
public java.util.List<JaxbMapKeyJoinColumn> getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.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
setmethod 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- Specified by:
getMapKeyJoinColumnin interfaceCollectionAttribute
-
getMapKeyForeignKey
public JaxbForeignKey getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.- Specified by:
getMapKeyForeignKeyin interfaceCollectionAttribute- Returns:
- possible object is
JaxbForeignKey
-
setMapKeyForeignKey
public void setMapKeyForeignKey(JaxbForeignKey value)
Sets the value of the mapKeyForeignKey property.- Specified by:
setMapKeyForeignKeyin interfaceCollectionAttribute- Parameters:
value- allowed object isJaxbForeignKey
-
getColumn
public JaxbColumn getColumn()
Gets the value of the column property.- Returns:
- possible object is
JaxbColumn
-
setColumn
public void setColumn(JaxbColumn value)
Sets the value of the column property.- Parameters:
value- allowed object isJaxbColumn
-
getTemporal
public TemporalType getTemporal()
Gets the value of the temporal property.- Returns:
- possible object is
String
-
setTemporal
public void setTemporal(TemporalType value)
Sets the value of the temporal property.- Parameters:
value- allowed object isString
-
getEnumerated
public EnumType getEnumerated()
Gets the value of the enumerated property.- Returns:
- possible object is
String
-
setEnumerated
public void setEnumerated(EnumType value)
Sets the value of the enumerated property.- Parameters:
value- allowed object isString
-
getLob
public JaxbLob getLob()
Gets the value of the lob property.- Returns:
- possible object is
JaxbLob
-
setLob
public void setLob(JaxbLob value)
Sets the value of the lob property.- Parameters:
value- allowed object isJaxbLob
-
getAttributeOverride
public java.util.List<JaxbAttributeOverride> getAttributeOverride()
Gets the value of the attributeOverride property.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
setmethod for the attributeOverride property.For example, to add a new item, do as follows:
getAttributeOverride().add(newItem);Objects of the following type(s) are allowed in the list
JaxbAttributeOverride
-
getAssociationOverride
public java.util.List<JaxbAssociationOverride> getAssociationOverride()
Gets the value of the associationOverride property.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
setmethod for the associationOverride property.For example, to add a new item, do as follows:
getAssociationOverride().add(newItem);Objects of the following type(s) are allowed in the list
JaxbAssociationOverride
-
getConvert
public java.util.List<JaxbConvert> getConvert()
Gets the value of the convert property.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
setmethod for the convert property.For example, to add a new item, do as follows:
getConvert().add(newItem);Objects of the following type(s) are allowed in the list
JaxbConvert
-
getCollectionTable
public JaxbCollectionTable getCollectionTable()
Gets the value of the collectionTable property.- Returns:
- possible object is
JaxbCollectionTable
-
setCollectionTable
public void setCollectionTable(JaxbCollectionTable value)
Sets the value of the collectionTable property.- Parameters:
value- allowed object isJaxbCollectionTable
-
getName
public java.lang.String getName()
Gets the value of the name property.- Specified by:
getNamein interfacePersistentAttribute- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTargetClass
public java.lang.String getTargetClass()
Gets the value of the targetClass property.- Returns:
- possible object is
String
-
setTargetClass
public void setTargetClass(java.lang.String value)
Sets the value of the targetClass property.- Parameters:
value- allowed object isString
-
getFetch
public FetchType getFetch()
Gets the value of the fetch property.- Specified by:
getFetchin interfaceFetchableAttribute- Returns:
- possible object is
String
-
setFetch
public void setFetch(FetchType value)
Sets the value of the fetch property.- Specified by:
setFetchin interfaceFetchableAttribute- Parameters:
value- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfacePersistentAttribute- Returns:
- possible object is
String
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Specified by:
setAccessin interfacePersistentAttribute- Parameters:
value- allowed object isString
-
-