Class JaxbJoinColumnImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
- All Implemented Interfaces:
Serializable
,JaxbCheckable
,JaxbColumn
,JaxbColumnCommon
,JaxbColumnDefinable
,JaxbColumnJoined
,JaxbColumnMutable
,JaxbColumnNullable
,JaxbColumnUniqueable
,JaxbCommentable
,JaxbDatabaseObject
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the checkConstraints property.Gets the value of the columnDefinition property.Gets the value of the comment property.Gets the value of the foreignKey property.getName()
Gets the value of the name property.Gets the value of the options property.Gets the value of the referencedColumnName property.getTable()
Gets the value of the table property.Gets the value of the insertable property.Gets the value of the nullable property.isUnique()
Gets the value of the unique property.Gets the value of the updatable property.void
setColumnDefinition
(String value) Sets the value of the columnDefinition property.void
setComment
(String value) Sets the value of the comment property.void
setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
setInsertable
(Boolean value) Sets the value of the insertable property.void
Sets the value of the name property.void
setNullable
(Boolean value) Sets the value of the nullable property.void
setOptions
(String value) Sets the value of the options property.void
setReferencedColumnName
(String value) Sets the value of the referencedColumnName property.void
Sets the value of the table property.void
Sets the value of the unique property.void
setUpdatable
(Boolean value) Sets the value of the updatable property.
-
Field Details
-
foreignKey
-
checkConstraints
-
name
-
referencedColumnName
-
unique
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
options
-
table
-
comment
-
-
Constructor Details
-
JaxbJoinColumnImpl
public JaxbJoinColumnImpl()
-
-
Method Details
-
getForeignKey
Gets the value of the foreignKey property.- Specified by:
getForeignKey
in interfaceJaxbColumnJoined
- Returns:
- possible object is
JaxbForeignKeyImpl
-
setForeignKey
Sets the value of the foreignKey property.- Parameters:
value
- allowed object isJaxbForeignKeyImpl
-
getCheckConstraints
Gets the value of the checkConstraints 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 checkConstraints property.For example, to add a new item, do as follows:
getCheckConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCheckConstraintImpl
- Specified by:
getCheckConstraints
in interfaceJaxbCheckable
- Specified by:
getCheckConstraints
in interfaceJaxbColumnCommon
- Returns:
- The value of the checkConstraints property.
-
getName
Gets the value of the name property.- Specified by:
getName
in interfaceJaxbColumn
- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getReferencedColumnName
Gets the value of the referencedColumnName property.- Specified by:
getReferencedColumnName
in interfaceJaxbColumnJoined
- Returns:
- possible object is
String
-
setReferencedColumnName
Sets the value of the referencedColumnName property.- Parameters:
value
- allowed object isString
-
isUnique
Gets the value of the unique property.- Specified by:
isUnique
in interfaceJaxbColumnCommon
- Specified by:
isUnique
in interfaceJaxbColumnUniqueable
- Returns:
- possible object is
Boolean
-
setUnique
Sets the value of the unique property.- Parameters:
value
- allowed object isBoolean
-
isNullable
Gets the value of the nullable property.- Specified by:
isNullable
in interfaceJaxbColumnCommon
- Specified by:
isNullable
in interfaceJaxbColumnNullable
- Returns:
- possible object is
Boolean
-
setNullable
Sets the value of the nullable property.- Parameters:
value
- allowed object isBoolean
-
isInsertable
Gets the value of the insertable property.- Specified by:
isInsertable
in interfaceJaxbColumnCommon
- Specified by:
isInsertable
in interfaceJaxbColumnMutable
- Returns:
- possible object is
Boolean
-
setInsertable
Sets the value of the insertable property.- Parameters:
value
- allowed object isBoolean
-
isUpdatable
Gets the value of the updatable property.- Specified by:
isUpdatable
in interfaceJaxbColumnCommon
- Specified by:
isUpdatable
in interfaceJaxbColumnMutable
- Returns:
- possible object is
Boolean
-
setUpdatable
Sets the value of the updatable property.- Parameters:
value
- allowed object isBoolean
-
getColumnDefinition
Gets the value of the columnDefinition property.- Specified by:
getColumnDefinition
in interfaceJaxbColumnDefinable
- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Specified by:
getOptions
in interfaceJaxbColumnDefinable
- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-
getTable
Gets the value of the table property.- Specified by:
getTable
in interfaceJaxbColumn
- Specified by:
getTable
in interfaceJaxbColumnCommon
- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value
- allowed object isString
-
getComment
Gets the value of the comment property.- Specified by:
getComment
in interfaceJaxbColumnCommon
- Specified by:
getComment
in interfaceJaxbCommentable
- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-