|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationOverride | |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 | Provides the interfaces and enumeration types as defined in the schema |
Uses of AssociationOverride in org.jboss.shrinkwrap.descriptor.api.orm10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return AssociationOverride | |
---|---|
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 |
Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type AssociationOverride | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |