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() |
getNature
getAttributeSource, isMappedBy
getRelationalValueSources
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
createForeignKeyConstraint, isCascadeDeleteEnabled
String getReferencedEntityName()
AssociationSource
getReferencedEntityName
in interface AssociationSource
String getReferencedEntityAttributeName()
boolean isIgnoreNotFound()
isIgnoreNotFound
in interface AssociationSource
String getExplicitForeignKeyName()
ForeignKeyContributingSource
null
if the user supplied none.getExplicitForeignKeyName
in interface ForeignKeyContributingSource
boolean isUnique()
FilterSource[] getFilterSources()
String getWhere()
FetchCharacteristics getFetchCharacteristics()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.