java.lang.Object
io.github.blyznytsiaorg.bibernate.entity.metadata.model.OneToManyMetadata

public class OneToManyMetadata extends Object
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 Details

    • mappedByJoinColumnName

      private String mappedByJoinColumnName
    • cascadeTypes

      private List<CascadeType> cascadeTypes
  • Constructor Details

    • OneToManyMetadata

      public OneToManyMetadata()