Module org.jooq
Package org.jooq

Interface Path<R extends Record>

All Superinterfaces:
Fields, QueryPart, Serializable, TableLike<R>

public interface Path<R extends Record> extends TableLike<R>
A relationship path.

A Path is a set of ForeignKey or InverseForeignKey connected Table objects that describe a join path for use as path joins.

Author:
Lukas Eder