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 |
---|---|
MapKeyJoinColumn<T> |
MapKeyJoinColumn.columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
MapKeyJoinColumn<OneToMany<T>> |
OneToMany.createMapKeyJoinColumn()
Creates a new
map-key-join-column element |
MapKeyJoinColumn<ElementCollection<T>> |
ElementCollection.createMapKeyJoinColumn()
Creates a new
map-key-join-column element |
MapKeyJoinColumn<ManyToMany<T>> |
ManyToMany.createMapKeyJoinColumn()
Creates a new
map-key-join-column element |
MapKeyJoinColumn<OneToMany<T>> |
OneToMany.getOrCreateMapKeyJoinColumn()
If not already created, a new
map-key-join-column element will be created and returned. |
MapKeyJoinColumn<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyJoinColumn()
If not already created, a new
map-key-join-column element will be created and returned. |
MapKeyJoinColumn<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyJoinColumn()
If not already created, a new
map-key-join-column element will be created and returned. |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.insertable(Boolean insertable)
Sets the
insertable attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.name(String name)
Sets the
name attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.nullable(Boolean nullable)
Sets the
nullable attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.referencedColumnName(String referencedColumnName)
Sets the
referenced-column-name attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeColumnDefinition()
Removes the
column-definition attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeInsertable()
Removes the
insertable attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeName()
Removes the
name attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeNullable()
Removes the
nullable attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeReferencedColumnName()
Removes the
referenced-column-name attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeTable()
Removes the
table attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeUnique()
Removes the
unique attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.removeUpdatable()
Removes the
updatable attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.table(String table)
Sets the
table attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.unique(Boolean unique)
Sets the
unique attribute |
MapKeyJoinColumn<T> |
MapKeyJoinColumn.updatable(Boolean updatable)
Sets the
updatable attribute |
Modifier and Type | Method and Description |
---|---|
List<MapKeyJoinColumn<OneToMany<T>>> |
OneToMany.getAllMapKeyJoinColumn()
Returns all
map-key-join-column elements |
List<MapKeyJoinColumn<ElementCollection<T>>> |
ElementCollection.getAllMapKeyJoinColumn()
Returns all
map-key-join-column elements |
List<MapKeyJoinColumn<ManyToMany<T>>> |
ManyToMany.getAllMapKeyJoinColumn()
Returns all
map-key-join-column elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.