Interface PluralAttributeIndexSource
- All Known Subinterfaces:
PluralAttributeMapKeyManyToAnySource
,PluralAttributeMapKeyManyToManySource
,PluralAttributeMapKeySource
,PluralAttributeMapKeySourceBasic
,PluralAttributeMapKeySourceEmbedded
,PluralAttributeSequentialIndexSource
- All Known Implementing Classes:
PluralAttributeMapKeyManyToAnySourceImpl
,PluralAttributeMapKeyManyToManySourceImpl
,PluralAttributeMapKeySourceBasicImpl
,PluralAttributeMapKeySourceEmbeddedImpl
,PluralAttributeSequentialIndexSourceImpl
public interface PluralAttributeIndexSource
Highly abstract concept of the index of an "indexed persistent collection".
More concretely (and generally more usefully) categorized as either:
PluralAttributeSequentialIndexSource
- for list/array indexesPluralAttributeMapKeySource
- for map keys
-
Method Summary
Modifier and TypeMethodDescriptionObtain information about the Hibernate index type (Type
) for this plural attribute index.
-
Method Details
-
getNature
PluralAttributeIndexNature getNature() -
getTypeInformation
HibernateTypeSource getTypeInformation()Obtain information about the Hibernate index type (Type
) for this plural attribute index.- Returns:
- The Hibernate type information
-
getXmlNodeName
String getXmlNodeName()
-