Interface FindMultipleOption
- All Superinterfaces:
FindOption
- All Known Implementing Classes:
BatchSize, FindMultipleOption.BatchSize, FindMultipleOption.OrderingMode, FindMultipleOption.RemovalsMode, FindMultipleOption.SessionCheckMode
Simple marker interface for FindOptions which can be applied to multiple id loading.
- Since:
- 7.2
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordSpecifies how many entities should be fetched in each request to the database.static enumIndicates whether the result list should be ordered relative to the position of the identifier list.static enumWhen FindMultipleOption.SessionCheckMode is enabled, this option controls how to handle entities which are already contained by the persistence context but which are in a removed state (marked for removal, but not yet flushed).static enumIndicates whether the persistence context should be checked for entities matching the identifiers to be loaded -