
public interface AssociationOverride<T> extends Child<T>, OrmAssociationOverrideCommType<T,AssociationOverride<T>,JoinColumn<AssociationOverride<T>>>
association-override xsd type| Modifier and Type | Method and Description |
|---|---|
JoinColumn<AssociationOverride<T>> |
createJoinColumn()
Creates a new
join-column element |
List<JoinColumn<AssociationOverride<T>>> |
getAllJoinColumn()
Returns all
join-column elements |
String |
getName()
Returns the
name attribute |
JoinColumn<AssociationOverride<T>> |
getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
AssociationOverride<T> |
name(String name)
Sets the
name attribute |
AssociationOverride<T> |
removeAllJoinColumn()
Removes all
join-column elements |
AssociationOverride<T> |
removeName()
Removes the
name attribute |
JoinColumn<AssociationOverride<T>> getOrCreateJoinColumn()
join-column element will be created and returned.
Otherwise, the first existing join-column element will be returned.join-columnJoinColumn<AssociationOverride<T>> createJoinColumn()
join-column elementJoinColumn> List<JoinColumn<AssociationOverride<T>>> getAllJoinColumn()
join-column elementsjoin-columnAssociationOverride<T> removeAllJoinColumn()
join-column elementsJoinColumn> AssociationOverride<T> name(String name)
name attributename - the value for the attribute nameAssociationOverrideString getName()
name attributenameAssociationOverride<T> removeName()
name attributeAssociationOverrideCopyright © 2021 JBoss by Red Hat. All rights reserved.