Package org.hibernate.processor.xml.jaxb
Class AssociationOverride
java.lang.Object
org.hibernate.processor.xml.jaxb.AssociationOverride
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ForeignKeyprotected List<JoinColumn>protected JoinTableprotected 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(ForeignKey value) Sets the value of the foreignKey property.voidsetJoinTable(JoinTable value) Sets the value of the joinTable property.voidSets the value of the name property.
-
Field Details
-
description
-
joinColumn
-
foreignKey
-
joinTable
-
name
-
-
Constructor Details
-
AssociationOverride
public AssociationOverride()
-
-
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
JoinColumn- Returns:
- The value of the joinColumn property.
-
getForeignKey
Gets the value of the foreignKey property.- Returns:
- possible object is
ForeignKey
-
setForeignKey
Sets the value of the foreignKey property.- Parameters:
value- allowed object isForeignKey
-
getJoinTable
Gets the value of the joinTable property.- Returns:
- possible object is
JoinTable
-
setJoinTable
Sets the value of the joinTable property.- Parameters:
value- allowed object isJoinTable
-
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
-