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:
  • Method Details

    • 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()