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