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
FieldsModifier and TypeFieldDescriptionprivate EntityMetadataThe metadata of the child entity involved in the join.private StringThe name of the joined table.private EntityMetadataThe metadata of the parent entity involved in the join. -
Constructor Summary
Constructors -
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()
-