Interface PluralAttributeMapKeySource
- All Superinterfaces:
PluralAttributeIndexSource
- All Known Subinterfaces:
PluralAttributeMapKeyManyToAnySource,PluralAttributeMapKeyManyToManySource
- All Known Implementing Classes:
PluralAttributeMapKeyManyToAnySourceImpl,PluralAttributeMapKeyManyToManySourceImpl
Describes source information about the key of a persistent map.
- Author:
- Steve Ebersole
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.no longer used, so this should be removedMethods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
getNature, getTypeInformation, getXmlNodeName
-
Method Details
-
getMapKeyNature
PluralAttributeMapKeySource.Nature getMapKeyNature() -
isReferencedEntityAttribute
Deprecated.no longer used, so this should be removedIs this plural attribute index source for an attribute of the referenced entity (relevant only for one-to-many and many-to-many associations)?If this method returns
true, then this object can safely be cast toPluralAttributeMapKeyManyToManySource.- Returns:
- true, if this plural attribute index source for an attribute of the referenced entity; false, otherwise.
-