
public interface PrimaryKeyJoinColumn<T> extends Child<T>, OrmPrimaryKeyJoinColumnCommType<T,PrimaryKeyJoinColumn<T>>
primary-key-join-column xsd type| Modifier 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 namePrimaryKeyJoinColumnString getName()
name attributenamePrimaryKeyJoinColumn<T> removeName()
name attributePrimaryKeyJoinColumnPrimaryKeyJoinColumn<T> referencedColumnName(String referencedColumnName)
referenced-column-name attributereferencedColumnName - the value for the attribute referenced-column-namePrimaryKeyJoinColumnString getReferencedColumnName()
referenced-column-name attributereferenced-column-namePrimaryKeyJoinColumn<T> removeReferencedColumnName()
referenced-column-name attributePrimaryKeyJoinColumnPrimaryKeyJoinColumn<T> columnDefinition(String columnDefinition)
column-definition attributecolumnDefinition - the value for the attribute column-definitionPrimaryKeyJoinColumnString getColumnDefinition()
column-definition attributecolumn-definitionPrimaryKeyJoinColumn<T> removeColumnDefinition()
column-definition attributePrimaryKeyJoinColumnCopyright © 2021 JBoss by Red Hat. All rights reserved.