Class JoinInfo

java.lang.Object
io.github.blyznytsiaorg.bibernate.dao.JoinInfo

public class JoinInfo extends Object
Represents information about a join operation in a Bibernate query. This class includes details about the joined table and the metadata of both the parent and child entities involved in the join.
Since:
1.0
Author:
Blyzhnytsia Team
  • Field Details

    • joinedTable

      private String joinedTable
      The name of the joined table.
    • parentEntityMetadata

      private EntityMetadata parentEntityMetadata
      The metadata of the parent entity involved in the join.
    • childEntityMetadata

      private EntityMetadata childEntityMetadata
      The metadata of the child entity involved in the join.
  • Constructor Details

    • JoinInfo

      public JoinInfo()