Package io.r2mo.vertx.jooq.classic.jdbc
Class JDBCClassicQueryExecutor<R extends org.jooq.UpdatableRecord<R>,P,T>
java.lang.Object
io.r2mo.vertx.jooq.shared.internal.AbstractQueryExecutor
io.r2mo.vertx.jooq.classic.jdbc.JDBCClassicGenericQueryExecutor
io.r2mo.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<R,P,T>
- All Implemented Interfaces:
io.r2mo.vertx.jooq.classic.ClassicQueryExecutor,io.r2mo.vertx.jooq.shared.internal.BasicQueryExecutor<io.vertx.core.Future<Integer>>,io.r2mo.vertx.jooq.shared.internal.jdbc.JDBCQueryExecutor<io.vertx.core.Future<?>>,io.r2mo.vertx.jooq.shared.internal.QueryExecutor<R,,T, io.vertx.core.Future<List<P>>, io.vertx.core.Future<P>, io.vertx.core.Future<Integer>, io.vertx.core.Future<T>> io.r2mo.vertx.jooq.shared.internal.UnifiedQueryExecutor<io.vertx.core.Future<Integer>,,io.vertx.core.Future<io.r2mo.vertx.jooq.shared.internal.QueryResult>> Serializable,org.jooq.Attachable
public class JDBCClassicQueryExecutor<R extends org.jooq.UpdatableRecord<R>,P,T>
extends JDBCClassicGenericQueryExecutor
implements io.r2mo.vertx.jooq.shared.internal.QueryExecutor<R,T,io.vertx.core.Future<List<P>>,io.vertx.core.Future<P>,io.vertx.core.Future<Integer>,io.vertx.core.Future<T>>
Created by jensklingsporn on 20.12.17.
- See Also:
-
Field Summary
Fields inherited from class io.r2mo.vertx.jooq.classic.jdbc.JDBCClassicGenericQueryExecutor
vertx -
Constructor Summary
ConstructorsConstructorDescriptionJDBCClassicQueryExecutor(org.jooq.Configuration configuration, Class<P> daoType, io.vertx.core.Vertx vertx) -
Method Summary
Methods inherited from class io.r2mo.vertx.jooq.classic.jdbc.JDBCClassicGenericQueryExecutor
execute, executeAny, executeBlocking, queryMethods inherited from class io.r2mo.vertx.jooq.shared.internal.AbstractQueryExecutor
attach, configuration, createQuery, detachMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jooq.Attachable
attach, configuration, detachMethods inherited from interface io.r2mo.vertx.jooq.shared.internal.BasicQueryExecutor
execute, release
-
Constructor Details
-
JDBCClassicQueryExecutor
-
-
Method Details
-
findMany
-
findOne
-
insertReturning
-