Sha256: 73421d981dd87b7c7cbe58b07c2170154dd5553098197e03d24dcdd8e6dd5c87

Contents?: true

Size: 1.13 KB

Versions: 11

Compression:

Stored size: 1.13 KB

Contents

Related Entity:
  Description: Entities associated with the base entity
  Related Entities:
    Has One:
      Belongs To:
        Description: Entities that own one of the given entity.
        Type: Association
        Example: A comment belongs to a blog post

      Has One:
        Description: Entities that are owned by the given entity.  Given entity has one of these entities.
        Type: Association
        Example: A building has one address

      Has Many:
        Description: Entities that are owned by the given entity.  Given entity can have multiple of these entities.
        Type: Association
        Example: A book has many pages

      Belongs To Many:
        Description: Entities that own multiple of a given entitiy.
        Type: Association
        Example: a Street belongs to many addresses

      Has and Belongs To Many:
        Description: Entities that are associated with other entities.  Each given entity can have multiple of this entity and can also  belong to many of this entity.
        Type: Association
        Example: a Library user can borrow many books and a book can be borrowed by many library users

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spectifly-0.0.11 lib/entities/related_entity.entity
spectifly-0.0.10 lib/entities/related_entity.entity
spectifly-0.0.9 lib/entities/related_entity.entity
spectifly-0.0.8 lib/entities/related_entity.entity
spectifly-0.0.7 lib/entities/related_entity.entity
spectifly-0.0.6 lib/entities/related_entity.entity
spectifly-0.0.5 lib/entities/related_entity.entity
spectifly-0.0.4 lib/entities/related_entity.entity
spectifly-0.0.3 lib/entities/related_entity.entity
spectifly-0.0.2 lib/entities/related_entity.entity
spectifly-0.0.1 lib/entities/related_entity.entity