Class JaxbAssociationOverrideImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverrideImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected JaxbForeignKeyImpl
protected List<JaxbJoinColumnImpl>
protected JaxbJoinTableImpl
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the foreignKeys property.Gets the value of the joinColumns property.Gets the value of the joinTable property.getName()
Gets the value of the name property.void
setDescription
(String value) Sets the value of the description property.void
setForeignKeys
(JaxbForeignKeyImpl value) Sets the value of the foreignKeys property.void
setJoinTable
(JaxbJoinTableImpl value) Sets the value of the joinTable property.void
Sets the value of the name property.
-
Field Details
-
description
-
joinColumns
-
foreignKeys
-
joinTable
-
name
-
-
Constructor Details
-
JaxbAssociationOverrideImpl
public JaxbAssociationOverrideImpl()
-
-
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
-
getJoinColumns
Gets the value of the joinColumns 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
set
method for the joinColumns property.For example, to add a new item, do as follows:
getJoinColumns().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumnImpl
- Returns:
- The value of the joinColumns property.
-
getForeignKeys
Gets the value of the foreignKeys property.- Returns:
- possible object is
JaxbForeignKeyImpl
-
setForeignKeys
Sets the value of the foreignKeys property.- Parameters:
value
- allowed object isJaxbForeignKeyImpl
-
getJoinTable
Gets the value of the joinTable property.- Returns:
- possible object is
JaxbJoinTableImpl
-
setJoinTable
Sets the value of the joinTable property.- Parameters:
value
- allowed object isJaxbJoinTableImpl
-
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
-