st-tu-dresden / salespoint

A framework to develop point of sales applications, powered by Java and Spring Boot
https://tu-dresden.de/ing/informatik/smt/st/forschung/forschungsprojekte/salespoint
Apache License 2.0
178 stars 49 forks source link

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

Closed odrotbohm closed 11 months ago

odrotbohm commented 11 months ago

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