Package com.onec.repository
Interface InformationRegisterRepository<T extends InformationRecord>
- All Known Implementing Classes:
InformationRegisterRepositoryImpl
public interface InformationRegisterRepository<T extends InformationRecord>
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetRecords(Map<String, Object> filters) getSliceFirst(LocalDateTime date) getSliceFirst(LocalDateTime date, Map<String, Object> filters) getSliceLast(LocalDateTime date) getSliceLast(LocalDateTime date, Map<String, Object> filters) void
-
Method Details
-
write
-
getSliceLast
-
getSliceLast
-
getSliceFirst
-
getSliceFirst
-
getRecords
-
getRecords
-
delete
-