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 |
---|---|
JoinTable<T> |
JoinTable.catalog(String catalog)
Sets the
catalog attribute |
JoinTable<OneToOne<T>> |
OneToOne.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
JoinTable<OneToMany<T>> |
OneToMany.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
JoinTable<ManyToMany<T>> |
ManyToMany.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
JoinTable<ManyToOne<T>> |
ManyToOne.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
JoinTable<AssociationOverride<T>> |
AssociationOverride.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
JoinTable<T> |
JoinTable.name(String name)
Sets the
name attribute |
JoinTable<T> |
JoinTable.removeAllInverseJoinColumn()
Removes all
inverse-join-column elements |
JoinTable<T> |
JoinTable.removeAllJoinColumn()
Removes all
join-column elements |
JoinTable<T> |
JoinTable.removeAllUniqueConstraint()
Removes all
unique-constraint elements |
JoinTable<T> |
JoinTable.removeCatalog()
Removes the
catalog attribute |
JoinTable<T> |
JoinTable.removeName()
Removes the
name attribute |
JoinTable<T> |
JoinTable.removeSchema()
Removes the
schema attribute |
JoinTable<T> |
JoinTable.schema(String schema)
Sets the
schema attribute |
Modifier and Type | Method and Description |
---|---|
JoinColumn<JoinTable<T>> |
JoinTable.createInverseJoinColumn()
Creates a new
inverse-join-column element |
JoinColumn<JoinTable<T>> |
JoinTable.createJoinColumn()
Creates a new
join-column element |
UniqueConstraint<JoinTable<T>> |
JoinTable.createUniqueConstraint()
Creates a new
unique-constraint element |
List<JoinColumn<JoinTable<T>>> |
JoinTable.getAllInverseJoinColumn()
Returns all
inverse-join-column elements |
List<JoinColumn<JoinTable<T>>> |
JoinTable.getAllJoinColumn()
Returns all
join-column elements |
List<UniqueConstraint<JoinTable<T>>> |
JoinTable.getAllUniqueConstraint()
Returns all
unique-constraint elements |
JoinColumn<JoinTable<T>> |
JoinTable.getOrCreateInverseJoinColumn()
If not already created, a new
inverse-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. |
UniqueConstraint<JoinTable<T>> |
JoinTable.getOrCreateUniqueConstraint()
If not already created, a new
unique-constraint element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.