Class ElementCollection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessTypeprotected List<AssociationOverride>protected List<AttributeOverride>protected CollectionTableprotected Columnprotected EnumTypeprotected FetchTypeprotected Lobprotected MapKeyprotected List<AttributeOverride>protected MapKeyClassprotected MapKeyColumnprotected EnumTypeprotected ForeignKeyprotected List<MapKeyJoinColumn>protected TemporalTypeprotected Stringprotected Stringprotected OrderColumnprotected Stringprotected TemporalType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the associationOverride property.Gets the value of the attributeOverride property.Gets the value of the collectionTable property.Gets the value of the column property.Gets the value of the convert property.Gets the value of the enumerated property.getFetch()Gets the value of the fetch property.getLob()Gets the value of the lob property.Gets the value of the mapKey property.Gets the value of the mapKeyAttributeOverride property.Gets the value of the mapKeyClass property.Gets the value of the mapKeyColumn property.Gets the value of the mapKeyConvert property.Gets the value of the mapKeyEnumerated property.Gets the value of the mapKeyForeignKey property.Gets the value of the mapKeyJoinColumn property.Gets the value of the mapKeyTemporal property.getName()Gets the value of the name property.Gets the value of the orderBy property.Gets the value of the orderColumn property.Gets the value of the targetClass property.Gets the value of the temporal property.voidsetAccess(AccessType value) Sets the value of the access property.voidSets the value of the collectionTable property.voidSets the value of the column property.voidsetEnumerated(EnumType value) Sets the value of the enumerated property.voidSets the value of the fetch property.voidSets the value of the lob property.voidSets the value of the mapKey property.voidsetMapKeyClass(MapKeyClass value) Sets the value of the mapKeyClass property.voidsetMapKeyColumn(MapKeyColumn value) Sets the value of the mapKeyColumn property.voidsetMapKeyEnumerated(EnumType value) Sets the value of the mapKeyEnumerated property.voidsetMapKeyForeignKey(ForeignKey value) Sets the value of the mapKeyForeignKey property.voidsetMapKeyTemporal(TemporalType value) Sets the value of the mapKeyTemporal property.voidSets the value of the name property.voidsetOrderBy(String value) Sets the value of the orderBy property.voidsetOrderColumn(OrderColumn value) Sets the value of the orderColumn property.voidsetTargetClass(String value) Sets the value of the targetClass property.voidsetTemporal(TemporalType value) Sets the value of the temporal property.
-
Field Details
-
orderBy
-
orderColumn
-
mapKey
-
mapKeyClass
-
mapKeyTemporal
-
mapKeyEnumerated
-
mapKeyAttributeOverride
-
mapKeyConvert
-
mapKeyColumn
-
mapKeyJoinColumn
-
mapKeyForeignKey
-
column
-
temporal
-
enumerated
-
lob
-
attributeOverride
-
associationOverride
-
convert
-
collectionTable
-
name
-
targetClass
-
fetch
-
access
-
-
Constructor Details
-
ElementCollection
public ElementCollection()
-
-
Method Details
-
getOrderBy
Gets the value of the orderBy property.- Returns:
- possible object is
String
-
setOrderBy
Sets the value of the orderBy property.- Parameters:
value- allowed object isString
-
getOrderColumn
Gets the value of the orderColumn property.- Returns:
- possible object is
OrderColumn
-
setOrderColumn
Sets the value of the orderColumn property.- Parameters:
value- allowed object isOrderColumn
-
getMapKey
Gets the value of the mapKey property.- Returns:
- possible object is
MapKey
-
setMapKey
Sets the value of the mapKey property.- Parameters:
value- allowed object isMapKey
-
getMapKeyClass
Gets the value of the mapKeyClass property.- Returns:
- possible object is
MapKeyClass
-
setMapKeyClass
Sets the value of the mapKeyClass property.- Parameters:
value- allowed object isMapKeyClass
-
getMapKeyTemporal
Gets the value of the mapKeyTemporal property.- Returns:
- possible object is
TemporalType
-
setMapKeyTemporal
Sets the value of the mapKeyTemporal property.- Parameters:
value- allowed object isTemporalType
-
getMapKeyEnumerated
Gets the value of the mapKeyEnumerated property.- Returns:
- possible object is
EnumType
-
setMapKeyEnumerated
Sets the value of the mapKeyEnumerated property.- Parameters:
value- allowed object isEnumType
-
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 Jakarta XML Binding 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
AttributeOverride- Returns:
- The value of the mapKeyAttributeOverride property.
-
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 Jakarta XML Binding 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
Convert- Returns:
- The value of the mapKeyConvert property.
-
getMapKeyColumn
Gets the value of the mapKeyColumn property.- Returns:
- possible object is
MapKeyColumn
-
setMapKeyColumn
Sets the value of the mapKeyColumn property.- Parameters:
value- allowed object isMapKeyColumn
-
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 Jakarta XML Binding 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
MapKeyJoinColumn- Returns:
- The value of the mapKeyJoinColumn property.
-
getMapKeyForeignKey
Gets the value of the mapKeyForeignKey property.- Returns:
- possible object is
ForeignKey
-
setMapKeyForeignKey
Sets the value of the mapKeyForeignKey property.- Parameters:
value- allowed object isForeignKey
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
Column
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isColumn
-
getTemporal
Gets the value of the temporal property.- Returns:
- possible object is
TemporalType
-
setTemporal
Sets the value of the temporal property.- Parameters:
value- allowed object isTemporalType
-
getEnumerated
Gets the value of the enumerated property.- Returns:
- possible object is
EnumType
-
setEnumerated
Sets the value of the enumerated property.- Parameters:
value- allowed object isEnumType
-
getLob
Gets the value of the lob property.- Returns:
- possible object is
Lob
-
setLob
Sets the value of the lob property.- Parameters:
value- allowed object isLob
-
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 Jakarta XML Binding 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
AttributeOverride- Returns:
- The value of the attributeOverride property.
-
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 Jakarta XML Binding 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
AssociationOverride- Returns:
- The value of the associationOverride property.
-
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 Jakarta XML Binding 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
Convert- Returns:
- The value of the convert property.
-
getCollectionTable
Gets the value of the collectionTable property.- Returns:
- possible object is
CollectionTable
-
setCollectionTable
Sets the value of the collectionTable property.- Parameters:
value- allowed object isCollectionTable
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTargetClass
Gets the value of the targetClass property.- Returns:
- possible object is
String
-
setTargetClass
Sets the value of the targetClass property.- Parameters:
value- allowed object isString
-
getFetch
Gets the value of the fetch property.- Returns:
- possible object is
FetchType
-
setFetch
Sets the value of the fetch property.- Parameters:
value- allowed object isFetchType
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-