JPA Methodin jakarta.persistence.criteria.FromJoin<X,Y> join( Class<Y> entityClass) Create and add an inner join to the given entity. Parameters:entityClass - the target entity classReturn: the resulting joinSince:JPA 3.2