
public interface UniqueConstraint<T> extends Child<T>, OrmUniqueConstraintCommType<T,UniqueConstraint<T>>
unique-constraint xsd type| Modifier and Type | Method and Description |
|---|---|
UniqueConstraint<T> |
columnName(String... values)
Creates for all String objects representing
column-name elements,
a new column-name element |
List<String> |
getAllColumnName()
Returns all
column-name elements |
String |
getName()
Returns the
name attribute |
UniqueConstraint<T> |
name(String name)
Sets the
name attribute |
UniqueConstraint<T> |
removeAllColumnName()
Removes the
column-name element |
UniqueConstraint<T> |
removeName()
Removes the
name attribute |
UniqueConstraint<T> columnName(String... values)
column-name elements,
a new column-name elementvalues - list of column-name objectsUniqueConstraintList<String> getAllColumnName()
column-name elementscolumn-nameUniqueConstraint<T> removeAllColumnName()
column-name elementUniqueConstraintUniqueConstraint<T> name(String name)
name attributename - the value for the attribute nameUniqueConstraintString getName()
name attributenameUniqueConstraint<T> removeName()
name attributeUniqueConstraintCopyright © 2021 JBoss by Red Hat. All rights reserved.