Skip to content

[CRJVM300] [Java] Data in hibernate must be paginated #145

Description

@AntoineMeheut

Reduce the amount of data loaded into memory and only load it when requested by the user who wishes to view it.

This rule is intended to help developers avoid loading all the data returned by a query into memory when it is not possible to display all the data to a user. Best practice is to load only the data that can be displayed to the user and to load the rest of the data when the user requests the next page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🗃️ rulerule improvment or rule development or bugjava🏆 challenge2023 🏆Work done during the ecoCode Challenge 2023

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions