interface AccountancyEntryRepository extends SalespointRepository<AccountancyEntry,AccountancyEntryIdentifier>
AccountancyEntry
s.Modifier and Type | Method and Description |
---|---|
Iterable<AccountancyEntry> |
findByDateBetween(LocalDateTime from,
LocalDateTime to)
Returns all
AccountancyEntry s in the given time frame. |
default Iterable<AccountancyEntry> |
findByDateIn(Interval interval)
Returns all
AccountancyEntry s within the given Interval . |
Iterable<AccountancyEntry> findByDateBetween(LocalDateTime from, LocalDateTime to)
AccountancyEntry
s in the given time frame.from
- to
- default Iterable<AccountancyEntry> findByDateIn(Interval interval)
AccountancyEntry
s within the given Interval
.interval
- must not be null.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.