public interface PluralAttributeIndexSource
Highly abstract concept of the index of an "indexed persistent collection".
More concretely (and generally more usefully) categorized as either:<ul>
<li>PluralAttributeSequentialIndexSource - for list/array indexes</li>
<li>PluralAttributeMapKeySource - for map keys</li>
</ul>
| Modifier and Type | Method and Description |
|---|---|
PluralAttributeIndexNature |
getNature() |
HibernateTypeSource |
getTypeInformation()
Obtain information about the Hibernate index type (
Type)
for this plural attribute index. |
String |
getXmlNodeName() |
PluralAttributeIndexNature getNature()
HibernateTypeSource getTypeInformation()
Obtain information about the Hibernate index type (Type)
for this plural attribute index.
String getXmlNodeName()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.