interface AccountancyEntryRepository<T extends AccountancyEntry> extends SalespointRepository<T,AccountancyEntryIdentifier>
AccountancyEntry
s.Modifier and Type | Method and Description |
---|---|
Iterable<T> |
findByDateBetween(LocalDateTime from,
LocalDateTime to)
Returns all
AccountancyEntry s in the given time frame. |
Iterable<T> findByDateBetween(LocalDateTime from, LocalDateTime to)
AccountancyEntry
s in the given time frame.from
- to
- Copyright © 2014 Pivotal Software, Inc.. All rights reserved.