
public interface JoinColumn<T> extends Child<T>, OrmJoinColumnCommType<T,JoinColumn<T>>
join-column xsd type| Modifier and Type | Method and Description |
|---|---|
JoinColumn<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 |
JoinColumn<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 |
JoinColumn<T> |
name(String name)
Sets the
name attribute |
JoinColumn<T> |
nullable(Boolean nullable)
Sets the
nullable attribute |
JoinColumn<T> |
referencedColumnName(String referencedColumnName)
Sets the
referenced-column-name attribute |
JoinColumn<T> |
removeColumnDefinition()
Removes the
column-definition attribute |
JoinColumn<T> |
removeInsertable()
Removes the
insertable attribute |
JoinColumn<T> |
removeName()
Removes the
name attribute |
JoinColumn<T> |
removeNullable()
Removes the
nullable attribute |
JoinColumn<T> |
removeReferencedColumnName()
Removes the
referenced-column-name attribute |
JoinColumn<T> |
removeTable()
Removes the
table attribute |
JoinColumn<T> |
removeUnique()
Removes the
unique attribute |
JoinColumn<T> |
removeUpdatable()
Removes the
updatable attribute |
JoinColumn<T> |
table(String table)
Sets the
table attribute |
JoinColumn<T> |
unique(Boolean unique)
Sets the
unique attribute |
JoinColumn<T> |
updatable(Boolean updatable)
Sets the
updatable attribute |
JoinColumn<T> name(String name)
name attributename - the value for the attribute nameJoinColumnString getName()
name attributenameJoinColumn<T> removeName()
name attributeJoinColumnJoinColumn<T> referencedColumnName(String referencedColumnName)
referenced-column-name attributereferencedColumnName - the value for the attribute referenced-column-nameJoinColumnString getReferencedColumnName()
referenced-column-name attributereferenced-column-nameJoinColumn<T> removeReferencedColumnName()
referenced-column-name attributeJoinColumnJoinColumn<T> unique(Boolean unique)
unique attributeunique - the value for the attribute uniqueJoinColumnBoolean isUnique()
unique attributeuniqueJoinColumn<T> removeUnique()
unique attributeJoinColumnJoinColumn<T> nullable(Boolean nullable)
nullable attributenullable - the value for the attribute nullableJoinColumnBoolean isNullable()
nullable attributenullableJoinColumn<T> removeNullable()
nullable attributeJoinColumnJoinColumn<T> insertable(Boolean insertable)
insertable attributeinsertable - the value for the attribute insertableJoinColumnBoolean isInsertable()
insertable attributeinsertableJoinColumn<T> removeInsertable()
insertable attributeJoinColumnJoinColumn<T> updatable(Boolean updatable)
updatable attributeupdatable - the value for the attribute updatableJoinColumnBoolean isUpdatable()
updatable attributeupdatableJoinColumn<T> removeUpdatable()
updatable attributeJoinColumnJoinColumn<T> columnDefinition(String columnDefinition)
column-definition attributecolumnDefinition - the value for the attribute column-definitionJoinColumnString getColumnDefinition()
column-definition attributecolumn-definitionJoinColumn<T> removeColumnDefinition()
column-definition attributeJoinColumnJoinColumn<T> table(String table)
table attributetable - the value for the attribute tableJoinColumnString getTable()
table attributetableJoinColumn<T> removeTable()
table attributeJoinColumnCopyright © 2025 JBoss by Red Hat. All rights reserved.