Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JoinColumn<T> |
JoinColumn.columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
JoinColumn<JoinTable<T>> |
JoinTable.createInverseJoinColumn()
Creates a new
inverse-join-column element |
JoinColumn<OneToOne<T>> |
OneToOne.createJoinColumn()
Creates a new
join-column element |
JoinColumn<ManyToOne<T>> |
ManyToOne.createJoinColumn()
Creates a new
join-column element |
JoinColumn<OneToMany<T>> |
OneToMany.createJoinColumn()
Creates a new
join-column element |
JoinColumn<JoinTable<T>> |
JoinTable.createJoinColumn()
Creates a new
join-column element |
JoinColumn<AssociationOverride<T>> |
AssociationOverride.createJoinColumn()
Creates a new
join-column element |
JoinColumn<JoinTable<T>> |
JoinTable.getOrCreateInverseJoinColumn()
If not already created, a new
inverse-join-column element will be created and returned. |
JoinColumn<OneToOne<T>> |
OneToOne.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinColumn<ManyToOne<T>> |
ManyToOne.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinColumn<OneToMany<T>> |
OneToMany.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinColumn<JoinTable<T>> |
JoinTable.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinColumn<AssociationOverride<T>> |
AssociationOverride.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinColumn<T> |
JoinColumn.insertable(Boolean insertable)
Sets the
insertable attribute |
JoinColumn<T> |
JoinColumn.name(String name)
Sets the
name attribute |
JoinColumn<T> |
JoinColumn.nullable(Boolean nullable)
Sets the
nullable attribute |
JoinColumn<T> |
JoinColumn.referencedColumnName(String referencedColumnName)
Sets the
referenced-column-name attribute |
JoinColumn<T> |
JoinColumn.removeColumnDefinition()
Removes the
column-definition attribute |
JoinColumn<T> |
JoinColumn.removeInsertable()
Removes the
insertable attribute |
JoinColumn<T> |
JoinColumn.removeName()
Removes the
name attribute |
JoinColumn<T> |
JoinColumn.removeNullable()
Removes the
nullable attribute |
JoinColumn<T> |
JoinColumn.removeReferencedColumnName()
Removes the
referenced-column-name attribute |
JoinColumn<T> |
JoinColumn.removeTable()
Removes the
table attribute |
JoinColumn<T> |
JoinColumn.removeUnique()
Removes the
unique attribute |
JoinColumn<T> |
JoinColumn.removeUpdatable()
Removes the
updatable attribute |
JoinColumn<T> |
JoinColumn.table(String table)
Sets the
table attribute |
JoinColumn<T> |
JoinColumn.unique(Boolean unique)
Sets the
unique attribute |
JoinColumn<T> |
JoinColumn.updatable(Boolean updatable)
Sets the
updatable attribute |
Modifier and Type | Method and Description |
---|---|
List<JoinColumn<JoinTable<T>>> |
JoinTable.getAllInverseJoinColumn()
Returns all
inverse-join-column elements |
List<JoinColumn<OneToOne<T>>> |
OneToOne.getAllJoinColumn()
Returns all
join-column elements |
List<JoinColumn<ManyToOne<T>>> |
ManyToOne.getAllJoinColumn()
Returns all
join-column elements |
List<JoinColumn<OneToMany<T>>> |
OneToMany.getAllJoinColumn()
Returns all
join-column elements |
List<JoinColumn<JoinTable<T>>> |
JoinTable.getAllJoinColumn()
Returns all
join-column elements |
List<JoinColumn<AssociationOverride<T>>> |
AssociationOverride.getAllJoinColumn()
Returns all
join-column elements |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.