Class TAssetInDao
-
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<TAssetInRecord,TAssetIn,String>,io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<TAssetInRecord,TAssetIn,String,io.vertx.core.Future<List<TAssetIn>>,io.vertx.core.Future<TAssetIn>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
public class TAssetInDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<TAssetInRecord,TAssetIn,String,io.vertx.core.Future<List<TAssetIn>>,io.vertx.core.Future<TAssetIn>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<TAssetInRecord,TAssetIn,String>
This class is generated by jOOQ.
-
-
Constructor Summary
Constructors Constructor Description TAssetInDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<List<TAssetIn>>findManyByCommentIn(Collection<String> values)Find records that haveCOMMENT_IN IN (values)asynchronouslyio.vertx.core.Future<List<TAssetIn>>findManyByCommentIn(Collection<String> values, int limit)Find records that haveCOMMENT_IN IN (values)asynchronously limited by the given limitprotected StringgetId(TAssetIn object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetInRecord,TAssetIn,String>queryExecutor()-
Methods inherited from class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO
compositeKeyRecord, deleteByCondition, deleteById, deleteByIds, equalKey, equalKeys, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, getTable, getType, insert, insert, insert, insert, insertReturningPrimary, keyConverter, newRecord, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO
deleteByCondition, deleteById, deleteByIds, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, insert, insert, insert, insert, insertReturningPrimary, update
-
-
-
-
Method Detail
-
findManyByCommentIn
public io.vertx.core.Future<List<TAssetIn>> findManyByCommentIn(Collection<String> values)
Find records that haveCOMMENT_IN IN (values)asynchronously
-
findManyByCommentIn
public io.vertx.core.Future<List<TAssetIn>> findManyByCommentIn(Collection<String> values, int limit)
Find records that haveCOMMENT_IN IN (values)asynchronously limited by the given limit
-
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetInRecord,TAssetIn,String> queryExecutor()
- Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<TAssetInRecord,TAssetIn,String,io.vertx.core.Future<List<TAssetIn>>,io.vertx.core.Future<TAssetIn>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>- Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<TAssetInRecord,TAssetIn,String,io.vertx.core.Future<List<TAssetIn>>,io.vertx.core.Future<TAssetIn>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
-
-