Class PluralAttributeMapKeySourceEmbeddedImpl
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
- All Implemented Interfaces:
EmbeddableSourceContributor,PluralAttributeIndexSource,PluralAttributeMapKeySourceEmbedded
public class PluralAttributeMapKeySourceEmbeddedImpl
extends AbstractHbmSourceNode
implements PluralAttributeMapKeySourceEmbedded
-
Constructor Summary
ConstructorsConstructorDescriptionPluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeIndexType jaxbCompositeIndexElement) PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmMapKeyCompositeType jaxbCompositeMapKey) -
Method Summary
Modifier and TypeMethodDescriptionGets the source information about the embeddable/composition.Obtain information about the Hibernate index type (Type) for this plural attribute index.Methods inherited from class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
Constructor Details
-
PluralAttributeMapKeySourceEmbeddedImpl
public PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmCompositeIndexType jaxbCompositeIndexElement) -
PluralAttributeMapKeySourceEmbeddedImpl
public PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmMapKeyCompositeType jaxbCompositeMapKey)
-
-
Method Details
-
getNature
- Specified by:
getNaturein interfacePluralAttributeIndexSource
-
getEmbeddableSource
Description copied from interface:EmbeddableSourceContributorGets the source information about the embeddable/composition.- Specified by:
getEmbeddableSourcein interfaceEmbeddableSourceContributor- Returns:
- The EmbeddableSource
-
getTypeInformation
Description copied from interface:PluralAttributeIndexSourceObtain information about the Hibernate index type (Type) for this plural attribute index.- Specified by:
getTypeInformationin interfacePluralAttributeIndexSource- Returns:
- The Hibernate type information
-
getXmlNodeName
- Specified by:
getXmlNodeNamein interfacePluralAttributeIndexSource
-