类 PluralAttributeMapKeyManyToAnySourceImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
-
- 所有已实现的接口:
AnyMappingSource,PluralAttributeIndexSource,PluralAttributeMapKeyManyToAnySource,PluralAttributeMapKeySource
public class PluralAttributeMapKeyManyToAnySourceImpl extends Object implements PluralAttributeMapKeyManyToAnySource
- 作者:
- Steve Ebersole
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
PluralAttributeMapKeySource.Nature
-
-
构造器概要
构造器 构造器 说明 PluralAttributeMapKeyManyToAnySourceImpl(MappingDocument mappingDocument, PluralAttributeSourceMapImpl pluralAttributeSource, JaxbHbmIndexManyToAnyType jaxbMapKeyManyToAnyMapping)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AnyDiscriminatorSourcegetDiscriminatorSource()AnyKeySourcegetKeySource()PluralAttributeMapKeySource.NaturegetMapKeyNature()PluralAttributeIndexNaturegetNature()HibernateTypeSourcegetTypeInformation()Obtain information about the Hibernate index type (Type) for this plural attribute index.StringgetXmlNodeName()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)?-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AnyMappingSource
isLazy
-
-
-
-
构造器详细资料
-
PluralAttributeMapKeyManyToAnySourceImpl
public PluralAttributeMapKeyManyToAnySourceImpl(MappingDocument mappingDocument, PluralAttributeSourceMapImpl pluralAttributeSource, JaxbHbmIndexManyToAnyType jaxbMapKeyManyToAnyMapping)
-
-
方法详细资料
-
getDiscriminatorSource
public AnyDiscriminatorSource getDiscriminatorSource()
- 指定者:
getDiscriminatorSource在接口中AnyMappingSource
-
getKeySource
public AnyKeySource getKeySource()
- 指定者:
getKeySource在接口中AnyMappingSource
-
getMapKeyNature
public PluralAttributeMapKeySource.Nature getMapKeyNature()
- 指定者:
getMapKeyNature在接口中PluralAttributeMapKeySource
-
isReferencedEntityAttribute
public boolean isReferencedEntityAttribute()
从接口复制的说明:PluralAttributeMapKeySourceIs 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.- 指定者:
isReferencedEntityAttribute在接口中PluralAttributeMapKeySource- 返回:
- true, if this plural attribute index source for an attribute of the referenced entity; false, otherwise.
-
getNature
public PluralAttributeIndexNature getNature()
- 指定者:
getNature在接口中PluralAttributeIndexSource
-
getTypeInformation
public HibernateTypeSource getTypeInformation()
从接口复制的说明:PluralAttributeIndexSourceObtain information about the Hibernate index type (Type) for this plural attribute index.- 指定者:
getTypeInformation在接口中PluralAttributeIndexSource- 返回:
- The Hibernate type information
-
getXmlNodeName
public String getXmlNodeName()
- 指定者:
getXmlNodeName在接口中PluralAttributeIndexSource
-
-