st-tu-dresden/salespoint

`Accountancy.findByDateIn(Interval)` does not find custom `AccountancyEntry` extensions

Closed this issue · 0 comments

Accountancy.findByDateIn(Interval) directly calls the ….findByDateBetween(LocalDateTime, LocalDateTime, Class<?>) overload that enforces a type check of the results against the type.