Annotation Interface Interleaved
Annotates properties that are collections of child entities.
- Since:
- 1.1
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Controls whether the referenced entity should be loaded lazily.
-
Element Details
-
lazy
boolean lazyControls whether the referenced entity should be loaded lazily. This defaults to false.- Returns:
- whether the interleaved property is retrieved lazily.
- Default:
- false
-