Class OneToManyMetadata
java.lang.Object
io.github.blyznytsiaorg.bibernate.entity.metadata.model.OneToManyMetadata
Represents metadata for a One-to-Many relationship between entities.
It includes information about the mappedBy join column name and cascade types associated with the relationship.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
mappedByJoinColumnName
-
cascadeTypes
-
-
Constructor Details
-
OneToManyMetadata
public OneToManyMetadata()
-