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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
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
-
-