Interface PluralAttributeIndexSource
-
- All Known Subinterfaces:
PluralAttributeMapKeyManyToAnySource,PluralAttributeMapKeyManyToManySource,PluralAttributeMapKeySource,PluralAttributeMapKeySourceBasic,PluralAttributeMapKeySourceEmbedded,PluralAttributeSequentialIndexSource
- All Known Implementing Classes:
PluralAttributeMapKeyManyToAnySourceImpl,PluralAttributeMapKeyManyToManySourceImpl,PluralAttributeMapKeySourceBasicImpl,PluralAttributeMapKeySourceEmbeddedImpl,PluralAttributeSequentialIndexSourceImpl
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.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
String getXmlNodeName()
-
-