Package com.onec.repository
Class InformationRegisterPersistence<T extends InformationRecord>
java.lang.Object
com.onec.repository.InformationRegisterPersistence<T>
-
Constructor Summary
ConstructorsConstructorDescriptionInformationRegisterPersistence(org.jdbi.v3.core.Jdbi jdbi, InformationRegisterDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetRecords(Map<String, Object> filters) getSliceFirst(LocalDateTime date, Map<String, Object> filters) getSliceLast(LocalDateTime date, Map<String, Object> filters) void
-
Constructor Details
-
InformationRegisterPersistence
public InformationRegisterPersistence(org.jdbi.v3.core.Jdbi jdbi, InformationRegisterDescriptor descriptor)
-
-
Method Details
-
write
-
getSliceLast
-
getSliceFirst
-
getRecords
-
delete
-