JPA Method
in jakarta.persistence.criteria.From

Join<X,Y> join(
  Class<Y> entityClass
)


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