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

    Modifier and Type
    Method
    Description
    Returns the Field for this JoinConfiguration.
    jakarta.persistence.criteria.JoinType
    Returns the JoinType for this JoinConfiguration.
  • Method Details

    • field

      Field<T> field()
      Returns the Field for this JoinConfiguration.

      The field will be eagerly joined into the initial stream of entities.

      Returns:
      the Field for this JoinConfiguration
    • joinType

      jakarta.persistence.criteria.JoinType joinType()
      Returns the JoinType for this JoinConfiguration.
      Returns:
      the JoinType for this JoinConfiguration