Interface PluralAttributeIndexSource
-
- All Known Subinterfaces:
PluralAttributeMapKeyManyToAnySource
,PluralAttributeMapKeyManyToManySource
,PluralAttributeMapKeySource
,PluralAttributeMapKeySourceBasic
,PluralAttributeMapKeySourceEmbedded
,PluralAttributeSequentialIndexSource
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluralAttributeIndexNature
getNature()
HibernateTypeSource
getTypeInformation()
Obtain information about the Hibernate index type (Type
) for this plural attribute index.java.lang.String
getXmlNodeName()
-
-
-
Method Detail
-
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
java.lang.String getXmlNodeName()
-
-