public interface PrimaryKeyJoinColumn<T> extends Child<T>, OrmPrimaryKeyJoinColumnCommType<T,PrimaryKeyJoinColumn<T>>
primary-key-join-column
xsd typeModifier and Type | Method and Description |
---|---|
PrimaryKeyJoinColumn<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 |
PrimaryKeyJoinColumn<T> |
name(String name)
Sets the
name attribute |
PrimaryKeyJoinColumn<T> |
referencedColumnName(String referencedColumnName)
Sets the
referenced-column-name attribute |
PrimaryKeyJoinColumn<T> |
removeColumnDefinition()
Removes the
column-definition attribute |
PrimaryKeyJoinColumn<T> |
removeName()
Removes the
name attribute |
PrimaryKeyJoinColumn<T> |
removeReferencedColumnName()
Removes the
referenced-column-name attribute |
PrimaryKeyJoinColumn<T> name(String name)
name
attributename
- the value for the attribute name
PrimaryKeyJoinColumn
String getName()
name
attributename
PrimaryKeyJoinColumn<T> removeName()
name
attributePrimaryKeyJoinColumn
PrimaryKeyJoinColumn<T> referencedColumnName(String referencedColumnName)
referenced-column-name
attributereferencedColumnName
- the value for the attribute referenced-column-name
PrimaryKeyJoinColumn
String getReferencedColumnName()
referenced-column-name
attributereferenced-column-name
PrimaryKeyJoinColumn<T> removeReferencedColumnName()
referenced-column-name
attributePrimaryKeyJoinColumn
PrimaryKeyJoinColumn<T> columnDefinition(String columnDefinition)
column-definition
attributecolumnDefinition
- the value for the attribute column-definition
PrimaryKeyJoinColumn
String getColumnDefinition()
column-definition
attributecolumn-definition
PrimaryKeyJoinColumn<T> removeColumnDefinition()
column-definition
attributePrimaryKeyJoinColumn
Copyright © 2021 JBoss by Red Hat. All rights reserved.