JPA Method
in jakarta.persistence.criteria.From

Join<X,Y> join(
  EntityType<Y> entity
)


Create and add an inner join to the given entity.
Parameters:
entity - metamodel entity representing the join target
Return:
the resulting join
Since:
JPA 3.2