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 |
---|---|
PrimaryKeyJoinColumn<T> |
PrimaryKeyJoinColumn.columnDefinition(String columnDefinition)
Sets the
column-definition attribute |
PrimaryKeyJoinColumn<Entity<T>> |
Entity.createPrimaryKeyJoinColumn()
Creates a new
primary-key-join-column element |
PrimaryKeyJoinColumn<OneToOne<T>> |
OneToOne.createPrimaryKeyJoinColumn()
Creates a new
primary-key-join-column element |
PrimaryKeyJoinColumn<SecondaryTable<T>> |
SecondaryTable.createPrimaryKeyJoinColumn()
Creates a new
primary-key-join-column element |
PrimaryKeyJoinColumn<Entity<T>> |
Entity.getOrCreatePrimaryKeyJoinColumn()
If not already created, a new
primary-key-join-column element will be created and returned. |
PrimaryKeyJoinColumn<OneToOne<T>> |
OneToOne.getOrCreatePrimaryKeyJoinColumn()
If not already created, a new
primary-key-join-column element will be created and returned. |
PrimaryKeyJoinColumn<SecondaryTable<T>> |
SecondaryTable.getOrCreatePrimaryKeyJoinColumn()
If not already created, a new
primary-key-join-column element will be created and returned. |
PrimaryKeyJoinColumn<T> |
PrimaryKeyJoinColumn.name(String name)
Sets the
name attribute |
PrimaryKeyJoinColumn<T> |
PrimaryKeyJoinColumn.referencedColumnName(String referencedColumnName)
Sets the
referenced-column-name attribute |
PrimaryKeyJoinColumn<T> |
PrimaryKeyJoinColumn.removeColumnDefinition()
Removes the
column-definition attribute |
PrimaryKeyJoinColumn<T> |
PrimaryKeyJoinColumn.removeName()
Removes the
name attribute |
PrimaryKeyJoinColumn<T> |
PrimaryKeyJoinColumn.removeReferencedColumnName()
Removes the
referenced-column-name attribute |
Modifier and Type | Method and Description |
---|---|
List<PrimaryKeyJoinColumn<Entity<T>>> |
Entity.getAllPrimaryKeyJoinColumn()
Returns all
primary-key-join-column elements |
List<PrimaryKeyJoinColumn<OneToOne<T>>> |
OneToOne.getAllPrimaryKeyJoinColumn()
Returns all
primary-key-join-column elements |
List<PrimaryKeyJoinColumn<SecondaryTable<T>>> |
SecondaryTable.getAllPrimaryKeyJoinColumn()
Returns all
primary-key-join-column elements |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.