java.lang.Object
org.litebridgedb.orm.api.sql.SqlJoinSpec
- All Implemented Interfaces:
org.litebridgedb.orm.api.select.model.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 TypeMethodDescriptionList<org.litebridgedb.orm.api.select.model.ConditionSpec> org.litebridgedb.orm.api.select.model.ConditionSpecnewCondition(Column column) table()toJoin()org.litebridgedb.orm.api.select.model.ConditionSpec
-
Constructor Details
-
SqlJoinSpec
-
-
Method Details
-
table
- Specified by:
tablein interfaceorg.litebridgedb.orm.api.select.model.JoinSpec
-
conditions
- Specified by:
conditionsin interfaceorg.litebridgedb.orm.api.select.model.JoinSpec
-
newCondition
-
using
-
toJoin
- Specified by:
toJoinin interfaceorg.litebridgedb.orm.api.select.model.JoinSpec
-