Interface PluralAttributeIndexSource
-
- All Known Subinterfaces:
PluralAttributeMapKeyManyToAnySource,PluralAttributeMapKeyManyToManySource,PluralAttributeMapKeySource,PluralAttributeMapKeySourceBasic,PluralAttributeMapKeySourceEmbedded,PluralAttributeSequentialIndexSource
public interface PluralAttributeIndexSourceHighly 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 PluralAttributeIndexNaturegetNature()HibernateTypeSourcegetTypeInformation()Obtain information about the Hibernate index type (Type) for this plural attribute index.java.lang.StringgetXmlNodeName()
-
-
-
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()
-
-