Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Column<T> |
Column.columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
Column<Basic<T>> |
Basic.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Column<Version<T>> |
Version.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Column<ElementCollection<T>> |
ElementCollection.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Column<AttributeOverride<T>> |
AttributeOverride.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Column<Id<T>> |
Id.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Column<T> |
Column.insertable(Boolean insertable)
Sets the
insertable attribute |
Column<T> |
Column.length(Integer length)
Sets the
length attribute |
Column<T> |
Column.name(String name)
Sets the
name attribute |
Column<T> |
Column.nullable(Boolean nullable)
Sets the
nullable attribute |
Column<T> |
Column.precision(Integer precision)
Sets the
precision attribute |
Column<T> |
Column.removeColumnDefinition()
Removes the
column-definition attribute |
Column<T> |
Column.removeInsertable()
Removes the
insertable attribute |
Column<T> |
Column.removeLength()
Removes the
length attribute |
Column<T> |
Column.removeName()
Removes the
name attribute |
Column<T> |
Column.removeNullable()
Removes the
nullable attribute |
Column<T> |
Column.removePrecision()
Removes the
precision attribute |
Column<T> |
Column.removeScale()
Removes the
scale attribute |
Column<T> |
Column.removeTable()
Removes the
table attribute |
Column<T> |
Column.removeUnique()
Removes the
unique attribute |
Column<T> |
Column.removeUpdatable()
Removes the
updatable attribute |
Column<T> |
Column.scale(Integer scale)
Sets the
scale attribute |
Column<T> |
Column.table(String table)
Sets the
table attribute |
Column<T> |
Column.unique(Boolean unique)
Sets the
unique attribute |
Column<T> |
Column.updatable(Boolean updatable)
Sets the
updatable attribute |
Copyright © 2023 JBoss by Red Hat. All rights reserved.