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