-
Creates and returns a new StreamConfiguration configured with
the provided field so that it will be
eagerly joined when producing elements in the future Stream
using JoinType.LEFT.
StreamConfiguration.joining(Field<T> field,
jakarta.persistence.criteria.JoinType joinType)
Creates and returns a new StreamConfiguration configured with
the provided field so that it will be
eagerly joined when producing elements in the future Stream
using the provided joinType.
StreamConfiguration.of(Class<T> entityClass)
Creates and returns a new StreamConfiguration that can be used
to configure streams.
Selects the projected columns to initialize when creating
initial entities in a future stream.