Package org.hibernate.boot.jaxb.mapping
Class JaxbAssociationOverride
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected JaxbForeignKeyprotected List<JaxbJoinColumn>protected JaxbJoinTableprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the foreignKey property.Gets the value of the joinColumn property.Gets the value of the joinTable property.getName()Gets the value of the name property.voidsetDescription(String value) Sets the value of the description property.voidsetForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidsetJoinTable(JaxbJoinTable value) Sets the value of the joinTable property.voidSets the value of the name property.
-
Field Details
-
description
-
joinColumn
-
foreignKey
-
joinTable
-
name
-
-
Constructor Details
-
JaxbAssociationOverride
public JaxbAssociationOverride()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getJoinColumn
Gets the value of the joinColumn 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 joinColumn property.For example, to add a new item, do as follows:
getJoinColumn().add(newItem);Objects of the following type(s) are allowed in the list
JaxbJoinColumn- Returns:
- The value of the joinColumn property.
-
getForeignKey
Gets the value of the foreignKey property.- Returns:
- possible object is
JaxbForeignKey
-
setForeignKey
Sets the value of the foreignKey property.- Parameters:
value- allowed object isJaxbForeignKey
-
getJoinTable
Gets the value of the joinTable property.- Returns:
- possible object is
JaxbJoinTable
-
setJoinTable
Sets the value of the joinTable property.- Parameters:
value- allowed object isJaxbJoinTable
-
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
-