Skip to content

Page's content type isn't correct #3379

@FULaBUla

Description

@FULaBUla
@Query("select .....")
Page<LinkedHashMap<String, Object> query(Pageable pageable);

I wish spring-data-jpa return Page<LinkedHashMap<String, Object>> but you return Page<Object[]>. The content type isn't LinkedHashMap<String, Object>, it is Object[].

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions