Interface VertxDAO<R extends org.jooq.UpdatableRecord<R>,P,T>

Type Parameters:
R - The Record type.
P - The POJO
T - The primary key.
All Superinterfaces:
GenericVertxDAO<R,P,T,io.vertx.core.Future<List<P>>,io.vertx.core.Future<P>,io.vertx.core.Future<Integer>,io.vertx.core.Future<T>>

public interface VertxDAO<R extends org.jooq.UpdatableRecord<R>,P,T> extends GenericVertxDAO<R,P,T,io.vertx.core.Future<List<P>>,io.vertx.core.Future<P>,io.vertx.core.Future<Integer>,io.vertx.core.Future<T>>
A io.vertx.core.Future-based API.