public interface PluralAttributeElementSourceManyToMany extends PluralAttributeElementSourceAssociation, RelationalValueSourceContainer, ForeignKeyContributingSource, Orderable
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many association
| 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()
AssociationSourceObtain the name of the referenced entity.
getReferencedEntityName in interface AssociationSourceString getReferencedEntityAttributeName()
boolean isIgnoreNotFound()
isIgnoreNotFound in interface AssociationSourceString getExplicitForeignKeyName()
ForeignKeyContributingSourceRetrieve the name of the foreign key as supplied by the user, or null if the user supplied none.
getExplicitForeignKeyName in interface ForeignKeyContributingSourceboolean isUnique()
FilterSource[] getFilterSources()
String getWhere()
FetchCharacteristics getFetchCharacteristics()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.