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

@tobiasstamann

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.

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