Interface PluralAttributeMapKeyManyToManySource
-
- All Superinterfaces:
ColumnBindingDefaults
,PluralAttributeIndexSource
,PluralAttributeMapKeySource
,RelationalValueSourceContainer
- All Known Implementing Classes:
PluralAttributeMapKeyManyToManySourceImpl
public interface PluralAttributeMapKeyManyToManySource extends PluralAttributeMapKeySource, RelationalValueSourceContainer
Additional source information for<map-key-many-to-many/>
and<index-many-to-many/>
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
PluralAttributeMapKeySource.Nature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExplicitForeignKeyName()
String
getReferencedEntityName()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
-
Methods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
getNature, getTypeInformation, getXmlNodeName
-
Methods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
getMapKeyNature, isReferencedEntityAttribute
-
Methods inherited from interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
getRelationalValueSources
-
-