注释类型 ListIndexBase


  • @Retention(RUNTIME)
    public @interface ListIndexBase
    Defines the start index value for a list index as stored on the database. This base is subtracted from the incoming database value on reads to determine the List position; it is added to the List position index when writing to the database. By default list indexes are stored starting at zero. Generally used in conjunction with OrderColumn.
    作者:
    Steve Ebersole
    另请参阅:
    OrderColumn
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      int value
      The list index base.
    • 元素详细资料

      • value

        int value
        The list index base. Default is 0.
        默认值:
        0