resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Spring data first/top keywords throw error #253

Open nitinsurana opened 9 years ago

nitinsurana commented 9 years ago
public interface AnotherRepository extends PagingAndSortingRepository<DataBean, Long> {

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

    DataBean findByTimestamp(Long timestamp);
}
bmeurant commented 9 years ago

What is exactly your issue ?

If it is related to the extension of a spring-data repository and spring-data syntax, I suggest you to dig into spring-data documentation and its forums.