Class SqlJoinSpec

java.lang.Object
org.litebridgedb.orm.api.sql.SqlJoinSpec
All Implemented Interfaces:
JoinSpec

public class SqlJoinSpec extends Object implements 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.