Interface StreamConfiguration.JoinConfiguration<T>
- Type Parameters:
T- the entity type
- Enclosing interface:
- StreamConfiguration<T>
public static interface StreamConfiguration.JoinConfiguration<T>
JoinConfiguration instances are used to configure
Stream joins.
-
Method Summary
-
Method Details
-
field
Returns theFieldfor this JoinConfiguration.The field will be eagerly joined into the initial stream of entities.
- Returns:
- the
Fieldfor this JoinConfiguration
-
joinType
jakarta.persistence.criteria.JoinType joinType()Returns theJoinTypefor this JoinConfiguration.- Returns:
- the
JoinTypefor this JoinConfiguration
-