public interface PluralAttributeElementSourceManyToMany extends PluralAttributeElementSourceAssociation, RelationalValueSourceContainer, ForeignKeyContributingSource, Orderable
| Modifier and Type | Method and Description |
|---|---|
String |
getExplicitForeignKeyName()
Retrieve the name of the foreign key as supplied by the user, or
null if the user supplied none. |
FetchCharacteristics |
getFetchCharacteristics() |
FilterSource[] |
getFilterSources() |
String |
getReferencedEntityAttributeName() |
String |
getReferencedEntityName()
Obtain the name of the referenced entity.
|
String |
getWhere() |
boolean |
isIgnoreNotFound() |
boolean |
isUnique() |
getNaturegetAttributeSource, isMappedBygetRelationalValueSourcesareValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefaultcreateForeignKeyConstraint, isCascadeDeleteEnabledString getReferencedEntityName()
AssociationSourcegetReferencedEntityName in interface AssociationSourceString getReferencedEntityAttributeName()
boolean isIgnoreNotFound()
isIgnoreNotFound in interface AssociationSourceString getExplicitForeignKeyName()
ForeignKeyContributingSourcenull if the user supplied none.getExplicitForeignKeyName in interface ForeignKeyContributingSourceboolean isUnique()
FilterSource[] getFilterSources()
String getWhere()
FetchCharacteristics getFetchCharacteristics()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.