
public interface MapKeyJoinColumn<T> extends Child<T>, OrmMapKeyJoinColumnCommType<T,MapKeyJoinColumn<T>>
map-key-join-column xsd type| Modifier 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 nameMapKeyJoinColumnString getName()
name attributenameMapKeyJoinColumn<T> removeName()
name attributeMapKeyJoinColumnMapKeyJoinColumn<T> referencedColumnName(String referencedColumnName)
referenced-column-name attributereferencedColumnName - the value for the attribute referenced-column-nameMapKeyJoinColumnString getReferencedColumnName()
referenced-column-name attributereferenced-column-nameMapKeyJoinColumn<T> removeReferencedColumnName()
referenced-column-name attributeMapKeyJoinColumnMapKeyJoinColumn<T> unique(Boolean unique)
unique attributeunique - the value for the attribute uniqueMapKeyJoinColumnBoolean isUnique()
unique attributeuniqueMapKeyJoinColumn<T> removeUnique()
unique attributeMapKeyJoinColumnMapKeyJoinColumn<T> nullable(Boolean nullable)
nullable attributenullable - the value for the attribute nullableMapKeyJoinColumnBoolean isNullable()
nullable attributenullableMapKeyJoinColumn<T> removeNullable()
nullable attributeMapKeyJoinColumnMapKeyJoinColumn<T> insertable(Boolean insertable)
insertable attributeinsertable - the value for the attribute insertableMapKeyJoinColumnBoolean isInsertable()
insertable attributeinsertableMapKeyJoinColumn<T> removeInsertable()
insertable attributeMapKeyJoinColumnMapKeyJoinColumn<T> updatable(Boolean updatable)
updatable attributeupdatable - the value for the attribute updatableMapKeyJoinColumnBoolean isUpdatable()
updatable attributeupdatableMapKeyJoinColumn<T> removeUpdatable()
updatable attributeMapKeyJoinColumnMapKeyJoinColumn<T> columnDefinition(String columnDefinition)
column-definition attributecolumnDefinition - the value for the attribute column-definitionMapKeyJoinColumnString getColumnDefinition()
column-definition attributecolumn-definitionMapKeyJoinColumn<T> removeColumnDefinition()
column-definition attributeMapKeyJoinColumnMapKeyJoinColumn<T> table(String table)
table attributetable - the value for the attribute tableMapKeyJoinColumnString getTable()
table attributetableMapKeyJoinColumn<T> removeTable()
table attributeMapKeyJoinColumnCopyright © 2021 JBoss by Red Hat. All rights reserved.