Annotation Interface Interleaved


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Interleaved
Annotates properties that are collections of child entities.
Since:
1.1
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Controls whether the referenced entity should be loaded lazily.
  • Element Details

    • lazy

      boolean lazy
      Controls whether the referenced entity should be loaded lazily. This defaults to false.
      Returns:
      whether the interleaved property is retrieved lazily.
      Default:
      false