java.lang.Object
org.litebridgedb.orm.api.sql.SqlJoinSpec
- All Implemented Interfaces:
JoinSpec
Specification for a JOIN operation in a database query.
This class includes the table to be joined and the conditions that establish the relationship between the tables.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewCondition(Column column) newCondition(ExpressionSpec expression) table()toJoin()