Class JoinInfo
java.lang.Object
io.github.blyznytsiaorg.bibernate.dao.JoinInfo
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 Summary
Modifier and TypeFieldDescriptionprivate EntityMetadata
The metadata of the child entity involved in the join.private String
The name of the joined table.private EntityMetadata
The metadata of the parent entity involved in the join. -
Constructor Summary
-
Method Summary
-
Field Details
-
joinedTable
The name of the joined table. -
parentEntityMetadata
The metadata of the parent entity involved in the join. -
childEntityMetadata
The metadata of the child entity involved in the join.
-
-
Constructor Details
-
JoinInfo
public JoinInfo()
-