Package io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl.join


package io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl.join
  • Class
    Description
    Represents a SQL JOIN clause with information about the joined table, the ON condition, and the type of JOIN (INNER, LEFT, RIGHT, FULL).
    Represents the types of SQL JOIN operations: INNER, LEFT, RIGHT, FULL.