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 |
---|---|
AssociationOverride<Entity<T>> |
Entity.createAssociationOverride()
Creates a new
association-override element |
AssociationOverride<Embedded<T>> |
Embedded.createAssociationOverride()
Creates a new
association-override element |
AssociationOverride<ElementCollection<T>> |
ElementCollection.createAssociationOverride()
Creates a new
association-override element |
AssociationOverride<T> |
AssociationOverride.description(String description)
Sets the
description element |
AssociationOverride<Entity<T>> |
Entity.getOrCreateAssociationOverride()
If not already created, a new
association-override element will be created and returned. |
AssociationOverride<Embedded<T>> |
Embedded.getOrCreateAssociationOverride()
If not already created, a new
association-override element will be created and returned. |
AssociationOverride<ElementCollection<T>> |
ElementCollection.getOrCreateAssociationOverride()
If not already created, a new
association-override element will be created and returned. |
AssociationOverride<T> |
AssociationOverride.name(String name)
Sets the
name attribute |
AssociationOverride<T> |
AssociationOverride.removeAllJoinColumn()
Removes all
join-column elements |
AssociationOverride<T> |
AssociationOverride.removeDescription()
Removes the
description element |
AssociationOverride<T> |
AssociationOverride.removeForeignKey()
Removes the
foreign-key element |
AssociationOverride<T> |
AssociationOverride.removeJoinTable()
Removes the
join-table element |
AssociationOverride<T> |
AssociationOverride.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
JoinColumn<AssociationOverride<T>> |
AssociationOverride.createJoinColumn()
Creates a new
join-column element |
List<AssociationOverride<Entity<T>>> |
Entity.getAllAssociationOverride()
Returns all
association-override elements |
List<AssociationOverride<Embedded<T>>> |
Embedded.getAllAssociationOverride()
Returns all
association-override elements |
List<AssociationOverride<ElementCollection<T>>> |
ElementCollection.getAllAssociationOverride()
Returns all
association-override elements |
List<JoinColumn<AssociationOverride<T>>> |
AssociationOverride.getAllJoinColumn()
Returns all
join-column elements |
ForeignKey<AssociationOverride<T>> |
AssociationOverride.getOrCreateForeignKey()
If not already created, a new
foreign-key element with the given value will be created. |
JoinColumn<AssociationOverride<T>> |
AssociationOverride.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinTable<AssociationOverride<T>> |
AssociationOverride.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.