Skip to content

Feature/132 jpa repositories#151

Merged
XtophB merged 8 commits into
developmentfrom
feature/132-jpa-repositories
Jun 7, 2026
Merged

Feature/132 jpa repositories#151
XtophB merged 8 commits into
developmentfrom
feature/132-jpa-repositories

Conversation

@XtophB

@XtophB XtophB commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Context

This PR contains the addition of repository classes for entity classes.

Description

Currently the repositories are quite small and only contain the lobby and the player entities. With the aggregating Lobby architecture of the DB, it should be possible to retrieve all the other information through the Lobby object itself.
If this is a mistake or lacking, more will be added in the next PR where the persistence mapping feature is implemented

Changes in the code base

  • Add repository classes for lobby and player entity

Changes outside the code base

N/A

Additional information

N/A

@XtophB XtophB linked an issue Jun 5, 2026 that may be closed by this pull request
@XtophB XtophB marked this pull request as draft June 5, 2026 22:42
@XtophB XtophB marked this pull request as ready for review June 6, 2026 09:31
@sonarqubecloud

sonarqubecloud Bot commented Jun 6, 2026

Copy link
Copy Markdown

@the-only-queen-anna the-only-queen-anna left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tasaje1 tasaje1 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thumbs up

@XtophB XtophB merged commit 5cc9b50 into development Jun 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interface anstatt SQL Querries

3 participants