接口 PluralAttributeMapKeySource
-
- 所有超级接口:
PluralAttributeIndexSource
public interface PluralAttributeMapKeySource extends PluralAttributeIndexSource
Describes source information about the key of a persistent map. At high level this broken down further into 2 categories:PluralAttributeMapKeySourceEntityAttribute
PluralAttributeMapKeySourceEntityAttributeis only relevant from annotations when usingMapKey.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classPluralAttributeMapKeySource.Nature
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 PluralAttributeMapKeySource.NaturegetMapKeyNature()booleanisReferencedEntityAttribute()Is this plural attribute index source for an attribute of the referenced entity (relevant only for one-to-many and many-to-many associations)?-
从接口继承的方法 org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
getNature, getTypeInformation, getXmlNodeName
-
-
-
-
方法详细资料
-
getMapKeyNature
PluralAttributeMapKeySource.Nature getMapKeyNature()
-
isReferencedEntityAttribute
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 returnstrue, then this object can safely be cast toPluralAttributeMapKeySourceEntityAttribute.- 返回:
- true, if this plural attribute index source for an attribute of the referenced entity; false, otherwise.
-
-