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