类 PluralAttributeMapKeySourceEmbeddedImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
-
- 所有已实现的接口:
EmbeddableSourceContributor,PluralAttributeIndexSource,PluralAttributeMapKeySourceEmbedded
public class PluralAttributeMapKeySourceEmbeddedImpl extends AbstractHbmSourceNode implements PluralAttributeMapKeySourceEmbedded
- 作者:
- Gail Badner
-
-
构造器概要
构造器 构造器 说明 PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeIndexType jaxbCompositeIndexElement)PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmMapKeyCompositeType jaxbCompositeMapKey)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 EmbeddableSourcegetEmbeddableSource()Gets the source information about the embeddable/composition.PluralAttributeIndexNaturegetNature()HibernateTypeSourcegetTypeInformation()Obtain information about the Hibernate index type (Type) for this plural attribute index.StringgetXmlNodeName()-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
-
-
-
构造器详细资料
-
PluralAttributeMapKeySourceEmbeddedImpl
public PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeIndexType jaxbCompositeIndexElement)
-
PluralAttributeMapKeySourceEmbeddedImpl
public PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmMapKeyCompositeType jaxbCompositeMapKey)
-
-
方法详细资料
-
getNature
public PluralAttributeIndexNature getNature()
- 指定者:
getNature在接口中PluralAttributeIndexSource
-
getEmbeddableSource
public EmbeddableSource getEmbeddableSource()
从接口复制的说明:EmbeddableSourceContributorGets the source information about the embeddable/composition.- 指定者:
getEmbeddableSource在接口中EmbeddableSourceContributor- 返回:
- The EmbeddableSource
-
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
-
-