Skip to content

Spring data first/top keywords throw error #253

@nitinsurana

Description

@nitinsurana
public interface AnotherRepository extends PagingAndSortingRepository<DataBean, Long> {

    DataBean findFirstByOrderByAmountDesc();         //this doesn't work, throws NPE

    DataBean findByTimestamp(Long timestamp);
}

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