public interface PluralAttributeMapKeySource extends PluralAttributeIndexSource
PluralAttributeMapKeySourceEntityAttribute
PluralAttributeMapKeySourceEntityAttribute
is only relevant from
annotations when using MapKey
.Modifier and Type | Interface and Description |
---|---|
static class |
PluralAttributeMapKeySource.Nature |
Modifier and Type | Method and Description |
---|---|
PluralAttributeMapKeySource.Nature |
getMapKeyNature() |
boolean |
isReferencedEntityAttribute()
Is 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 to PluralAttributeMapKeySourceEntityAttribute . |
getNature, getTypeInformation, getXmlNodeName
PluralAttributeMapKeySource.Nature getMapKeyNature()
boolean isReferencedEntityAttribute()
true
, then this object can safely
be cast to PluralAttributeMapKeySourceEntityAttribute
.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.