
public interface MapKeyColumn<T> extends Child<T>, OrmMapKeyColumnCommType<T,MapKeyColumn<T>>
map-key-column xsd type| Modifier and Type | Method and Description |
|---|---|
MapKeyColumn<T> |
columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
String |
getColumnDefinition()
Returns the
column-definition attribute |
Integer |
getLength()
Returns the
length attribute |
String |
getName()
Returns the
name attribute |
Integer |
getPrecision()
Returns the
precision attribute |
Integer |
getScale()
Returns the
scale attribute |
String |
getTable()
Returns the
table attribute |
MapKeyColumn<T> |
insertable(Boolean insertable)
Sets the
insertable attribute |
Boolean |
isInsertable()
Returns the
insertable attribute |
Boolean |
isNullable()
Returns the
nullable attribute |
Boolean |
isUnique()
Returns the
unique attribute |
Boolean |
isUpdatable()
Returns the
updatable attribute |
MapKeyColumn<T> |
length(Integer length)
Sets the
length attribute |
MapKeyColumn<T> |
name(String name)
Sets the
name attribute |
MapKeyColumn<T> |
nullable(Boolean nullable)
Sets the
nullable attribute |
MapKeyColumn<T> |
precision(Integer precision)
Sets the
precision attribute |
MapKeyColumn<T> |
removeColumnDefinition()
Removes the
column-definition attribute |
MapKeyColumn<T> |
removeInsertable()
Removes the
insertable attribute |
MapKeyColumn<T> |
removeLength()
Removes the
length attribute |
MapKeyColumn<T> |
removeName()
Removes the
name attribute |
MapKeyColumn<T> |
removeNullable()
Removes the
nullable attribute |
MapKeyColumn<T> |
removePrecision()
Removes the
precision attribute |
MapKeyColumn<T> |
removeScale()
Removes the
scale attribute |
MapKeyColumn<T> |
removeTable()
Removes the
table attribute |
MapKeyColumn<T> |
removeUnique()
Removes the
unique attribute |
MapKeyColumn<T> |
removeUpdatable()
Removes the
updatable attribute |
MapKeyColumn<T> |
scale(Integer scale)
Sets the
scale attribute |
MapKeyColumn<T> |
table(String table)
Sets the
table attribute |
MapKeyColumn<T> |
unique(Boolean unique)
Sets the
unique attribute |
MapKeyColumn<T> |
updatable(Boolean updatable)
Sets the
updatable attribute |
MapKeyColumn<T> name(String name)
name attributename - the value for the attribute nameMapKeyColumnString getName()
name attributenameMapKeyColumn<T> removeName()
name attributeMapKeyColumnMapKeyColumn<T> unique(Boolean unique)
unique attributeunique - the value for the attribute uniqueMapKeyColumnBoolean isUnique()
unique attributeuniqueMapKeyColumn<T> removeUnique()
unique attributeMapKeyColumnMapKeyColumn<T> nullable(Boolean nullable)
nullable attributenullable - the value for the attribute nullableMapKeyColumnBoolean isNullable()
nullable attributenullableMapKeyColumn<T> removeNullable()
nullable attributeMapKeyColumnMapKeyColumn<T> insertable(Boolean insertable)
insertable attributeinsertable - the value for the attribute insertableMapKeyColumnBoolean isInsertable()
insertable attributeinsertableMapKeyColumn<T> removeInsertable()
insertable attributeMapKeyColumnMapKeyColumn<T> updatable(Boolean updatable)
updatable attributeupdatable - the value for the attribute updatableMapKeyColumnBoolean isUpdatable()
updatable attributeupdatableMapKeyColumn<T> removeUpdatable()
updatable attributeMapKeyColumnMapKeyColumn<T> columnDefinition(String columnDefinition)
column-definition attributecolumnDefinition - the value for the attribute column-definitionMapKeyColumnString getColumnDefinition()
column-definition attributecolumn-definitionMapKeyColumn<T> removeColumnDefinition()
column-definition attributeMapKeyColumnMapKeyColumn<T> table(String table)
table attributetable - the value for the attribute tableMapKeyColumnString getTable()
table attributetableMapKeyColumn<T> removeTable()
table attributeMapKeyColumnMapKeyColumn<T> length(Integer length)
length attributelength - the value for the attribute lengthMapKeyColumnInteger getLength()
length attributelengthMapKeyColumn<T> removeLength()
length attributeMapKeyColumnMapKeyColumn<T> precision(Integer precision)
precision attributeprecision - the value for the attribute precisionMapKeyColumnInteger getPrecision()
precision attributeprecisionMapKeyColumn<T> removePrecision()
precision attributeMapKeyColumnMapKeyColumn<T> scale(Integer scale)
scale attributescale - the value for the attribute scaleMapKeyColumnInteger getScale()
scale attributescaleMapKeyColumn<T> removeScale()
scale attributeMapKeyColumnCopyright © 2021 JBoss by Red Hat. All rights reserved.