Package org.hibernate.metamodel.mapping
Interface PluralAttributeMapping.IndexMetadata
-
- Enclosing interface:
- PluralAttributeMapping
public static interface PluralAttributeMapping.IndexMetadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionPart
getIndexDescriptor()
String
getIndexPropertyName()
int
getListIndexBase()
-
-
-
Method Detail
-
getIndexDescriptor
CollectionPart getIndexDescriptor()
-
getListIndexBase
int getListIndexBase()
-
getIndexPropertyName
String getIndexPropertyName()
-
-