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 |
---|---|
ForeignKey<T> |
ForeignKey.constraintMode(ConstraintMode constraintMode)
Sets the
constraint-mode attribute |
ForeignKey<T> |
ForeignKey.constraintMode(String constraintMode)
Sets the
constraint-mode attribute |
ForeignKey<T> |
ForeignKey.description(String description)
Sets the
description element |
ForeignKey<T> |
ForeignKey.foreignKeyDefinition(String foreignKeyDefinition)
Sets the
foreign-key-definition attribute |
ForeignKey<AssociationOverride<T>> |
AssociationOverride.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
ForeignKey<OneToOne<T>> |
OneToOne.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
ForeignKey<ManyToOne<T>> |
ManyToOne.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
ForeignKey<OneToMany<T>> |
OneToMany.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
ForeignKey<CollectionTable<T>> |
CollectionTable.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
ForeignKey<JoinTable<T>> |
JoinTable.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
ForeignKey<JoinTable<T>> |
JoinTable.getOrCreateInverseForeignKey()
If not already created, a new
inverse-foreign-key element with the given value will be created. |
ForeignKey<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyForeignKey()
If not already created, a new
map-key-foreign-key element with the given value will be created. |
ForeignKey<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyForeignKey()
If not already created, a new
map-key-foreign-key element with the given value will be created. |
ForeignKey<OneToMany<T>> |
OneToMany.getOrCreateMapKeyForeignKey()
If not already created, a new
map-key-foreign-key element with the given value will be created. |
ForeignKey<OneToOne<T>> |
OneToOne.getOrCreatePrimaryKeyForeignKey()
If not already created, a new
primary-key-foreign-key element with the given value will be created. |
ForeignKey<Entity<T>> |
Entity.getOrCreatePrimaryKeyForeignKey()
If not already created, a new
primary-key-foreign-key element with the given value will be created. |
ForeignKey<SecondaryTable<T>> |
SecondaryTable.getOrCreatePrimaryKeyForeignKey()
If not already created, a new
primary-key-foreign-key element with the given value will be created. |
ForeignKey<T> |
ForeignKey.name(String name)
Sets the
name attribute |
ForeignKey<T> |
ForeignKey.removeConstraintMode()
Removes the
constraint-mode attribute |
ForeignKey<T> |
ForeignKey.removeDescription()
Removes the
description element |
ForeignKey<T> |
ForeignKey.removeForeignKeyDefinition()
Removes the
foreign-key-definition attribute |
ForeignKey<T> |
ForeignKey.removeName()
Removes the
name attribute |
Copyright © 2019 JBoss by Red Hat. All rights reserved.