public interface MapKeyJoinColumn<T> extends Child<T>, OrmMapKeyJoinColumnCommType<T,MapKeyJoinColumn<T>>
map-key-join-column
xsd typeModifier and Type | Method and Description |
---|---|
MapKeyJoinColumn<T> |
columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
String |
getColumnDefinition()
Returns the
column-definition attribute |
String |
getName()
Returns the
name attribute |
String |
getReferencedColumnName()
Returns the
referenced-column-name attribute |
String |
getTable()
Returns the
table attribute |
MapKeyJoinColumn<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 |
MapKeyJoinColumn<T> |
name(String name)
Sets the
name attribute |
MapKeyJoinColumn<T> |
nullable(Boolean nullable)
Sets the
nullable attribute |
MapKeyJoinColumn<T> |
referencedColumnName(String referencedColumnName)
Sets the
referenced-column-name attribute |
MapKeyJoinColumn<T> |
removeColumnDefinition()
Removes the
column-definition attribute |
MapKeyJoinColumn<T> |
removeInsertable()
Removes the
insertable attribute |
MapKeyJoinColumn<T> |
removeName()
Removes the
name attribute |
MapKeyJoinColumn<T> |
removeNullable()
Removes the
nullable attribute |
MapKeyJoinColumn<T> |
removeReferencedColumnName()
Removes the
referenced-column-name attribute |
MapKeyJoinColumn<T> |
removeTable()
Removes the
table attribute |
MapKeyJoinColumn<T> |
removeUnique()
Removes the
unique attribute |
MapKeyJoinColumn<T> |
removeUpdatable()
Removes the
updatable attribute |
MapKeyJoinColumn<T> |
table(String table)
Sets the
table attribute |
MapKeyJoinColumn<T> |
unique(Boolean unique)
Sets the
unique attribute |
MapKeyJoinColumn<T> |
updatable(Boolean updatable)
Sets the
updatable attribute |
MapKeyJoinColumn<T> name(String name)
name
attributename
- the value for the attribute name
MapKeyJoinColumn
String getName()
name
attributename
MapKeyJoinColumn<T> removeName()
name
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> referencedColumnName(String referencedColumnName)
referenced-column-name
attributereferencedColumnName
- the value for the attribute referenced-column-name
MapKeyJoinColumn
String getReferencedColumnName()
referenced-column-name
attributereferenced-column-name
MapKeyJoinColumn<T> removeReferencedColumnName()
referenced-column-name
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> unique(Boolean unique)
unique
attributeunique
- the value for the attribute unique
MapKeyJoinColumn
Boolean isUnique()
unique
attributeunique
MapKeyJoinColumn<T> removeUnique()
unique
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> nullable(Boolean nullable)
nullable
attributenullable
- the value for the attribute nullable
MapKeyJoinColumn
Boolean isNullable()
nullable
attributenullable
MapKeyJoinColumn<T> removeNullable()
nullable
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> insertable(Boolean insertable)
insertable
attributeinsertable
- the value for the attribute insertable
MapKeyJoinColumn
Boolean isInsertable()
insertable
attributeinsertable
MapKeyJoinColumn<T> removeInsertable()
insertable
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> updatable(Boolean updatable)
updatable
attributeupdatable
- the value for the attribute updatable
MapKeyJoinColumn
Boolean isUpdatable()
updatable
attributeupdatable
MapKeyJoinColumn<T> removeUpdatable()
updatable
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> columnDefinition(String columnDefinition)
column-definition
attributecolumnDefinition
- the value for the attribute column-definition
MapKeyJoinColumn
String getColumnDefinition()
column-definition
attributecolumn-definition
MapKeyJoinColumn<T> removeColumnDefinition()
column-definition
attributeMapKeyJoinColumn
MapKeyJoinColumn<T> table(String table)
table
attributetable
- the value for the attribute table
MapKeyJoinColumn
String getTable()
table
attributetable
MapKeyJoinColumn<T> removeTable()
table
attributeMapKeyJoinColumn
Copyright © 2024 JBoss by Red Hat. All rights reserved.