Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Use direct field access instead of getter invocation f.e.to prevent lazy loading with JPA entities  #56

Description

@tobiasstamann

At the moment the preferred way is to use getters to access the contents.
This is suboptimal for JPA entities, because lazy loading might be triggered and a huge tree might be traversed.

To circumvent this the context logger could generally access the fields directly and prohibit getter calls for entites.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions