Annotation Type BasicCollection

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      FetchType fetch
      Deprecated.
      (Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
      Column valueColumn
      Deprecated.
      (Optional) The name of the value column that holds the direct collection data.
    • Element Detail

      • fetch

        FetchType fetch
        Deprecated.
        (Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the value must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. If not specified, defaults to LAZY.
        Default:
        javax.persistence.FetchType.LAZY
      • valueColumn

        Column valueColumn
        Deprecated.
        (Optional) The name of the value column that holds the direct collection data. Defaults to the property or field name.
        Default:
        @javax.persistence.Column