Package org.hibernate.processor.xml.jaxb
Class JoinColumn
java.lang.Object
org.hibernate.processor.xml.jaxb.JoinColumn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.getName()Gets the value of the name 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.voidsetColumnDefinition(String value) Sets the value of the columnDefinition property.voidsetInsertable(Boolean value) Sets the value of the insertable property.voidSets the value of the name property.voidsetNullable(Boolean value) Sets the value of the nullable property.voidsetReferencedColumnName(String value) Sets the value of the referencedColumnName property.voidSets the value of the table property.voidSets the value of the unique property.voidsetUpdatable(Boolean value) Sets the value of the updatable property.
-
Field Details
-
name
-
referencedColumnName
-
unique
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
table
-
-
Constructor Details
-
JoinColumn
public JoinColumn()
-
-
Method Details
-
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
-
getReferencedColumnName
Gets the value of the referencedColumnName property.- 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.- 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.- 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.- 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.- 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.- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value- allowed object isString
-
getTable
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value- allowed object isString
-