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 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.