Interface PluralAttributeSequentialIndexSource
- All Superinterfaces:
ColumnBindingDefaults
,PluralAttributeIndexSource
,RelationalValueSourceContainer
- All Known Implementing Classes:
PluralAttributeSequentialIndexSourceImpl
public interface PluralAttributeSequentialIndexSource
extends PluralAttributeIndexSource, RelationalValueSourceContainer
Defines the index of a persistent list/array
-
Method Summary
Modifier and TypeMethodDescriptionint
getBase()
Hibernate allows specifying the base value to use when storing the index to the database.Methods inherited from interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
Methods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
getNature, getTypeInformation, getXmlNodeName
Methods inherited from interface org.hibernate.boot.model.source.spi.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.
-