Package fr.maif.eventsourcing
Interface SimpleDb<Tx>
public interface SimpleDb<Tx>
-
Method Details
-
count
CompletionStage<Long> count(Function<org.jooq.DSLContext, ? extends org.jooq.ResultQuery<org.jooq.Record1<Long>>> queryFunction) -
execute
CompletionStage<Integer> execute(Function<org.jooq.DSLContext, ? extends org.jooq.Query> queryFunction) -
begin
CompletionStage<Tx> begin()
-