Interface PluralAttributeSequentialIndexSource
- All Superinterfaces:
ColumnBindingDefaults, PluralAttributeIndexSource, RelationalValueSourceContainer
public interface PluralAttributeSequentialIndexSource
extends PluralAttributeIndexSource, RelationalValueSourceContainer
Defines the index of a persistent list/array
-
Method Summary
Modifier and TypeMethodDescriptionintgetBase()Hibernate allows specifying the base value to use when storing the index to the database.Methods inherited from interface ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefaultMethods inherited from interface PluralAttributeIndexSource
getNature, getTypeInformation, getXmlNodeNameMethods inherited from interface RelationalValueSourceContainer
getRelationalValueSources
-
Method Details
-
getBase
int getBase()Hibernate allows specifying the base value to use when storing the index to the database. This reports that "offset" value.- Returns:
- The index base value.
-