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 |
---|---|
AssociationOverride<Entity<T>> |
Entity.createAssociationOverride()
Creates a new
association-override element |
AssociationOverride<Entity<T>> |
Entity.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.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<JoinColumn<AssociationOverride<T>>> |
AssociationOverride.getAllJoinColumn()
Returns all
join-column elements |
JoinColumn<AssociationOverride<T>> |
AssociationOverride.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.