Skip to content

Add full support for fetch size in JPA #696

@jborgers

Description

@jborgers

As a Java performance tuner, I like to have full fetch size support in JPA, just like Hibernate API offers with:
Query setFetchSize(int fetchSize)

Obviously, for thousands of rows, fetching all in one round trip in stead of 10 at a time is much faster.

The current way with a hint is lousy and difficult to use. Gavin agrees that is sucks;-)

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