Package org.hibernate.processor.xml.jaxb
Class MapKeyColumn
java.lang.Object
org.hibernate.processor.xml.jaxb.MapKeyColumn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.Gets the value of the length property.getName()Gets the value of the name property.Gets the value of the precision property.getScale()Gets the value of the scale 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 length property.voidSets the value of the name property.voidsetNullable(Boolean value) Sets the value of the nullable property.voidsetPrecision(Integer value) Sets the value of the precision property.voidSets the value of the scale 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
-
unique
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
table
-
length
-
precision
-
scale
-
-
Constructor Details
-
MapKeyColumn
public MapKeyColumn()
-
-
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
-
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
-
getLength
Gets the value of the length property.- Returns:
- possible object is
Integer
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isInteger
-
getPrecision
Gets the value of the precision property.- Returns:
- possible object is
Integer
-
setPrecision
Sets the value of the precision property.- Parameters:
value- allowed object isInteger
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
Integer
-
setScale
Sets the value of the scale property.- Parameters:
value- allowed object isInteger
-