Package cn.vertxup.ui.domain.tables.daos
Class VFragmentDao
-
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<VFragmentRecord,VFragment,String>,io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<VFragmentRecord,VFragment,String,io.vertx.core.Future<List<VFragment>>,io.vertx.core.Future<VFragment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
public class VFragmentDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<VFragmentRecord,VFragment,String,io.vertx.core.Future<List<VFragment>>,io.vertx.core.Future<VFragment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<VFragmentRecord,VFragment,String>
This class is generated by jOOQ.
-
-
Constructor Summary
Constructors Constructor Description VFragmentDao(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<VFragment>>findManyByButtonConnect(Collection<String> values)Find records that haveBUTTON_CONNECT IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByButtonConnect(Collection<String> values, int limit)Find records that haveBUTTON_CONNECT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<VFragment>>findManyByButtonGroup(Collection<String> values)Find records that haveBUTTON_GROUP IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByButtonGroup(Collection<String> values, int limit)Find records that haveBUTTON_GROUP IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<VFragment>>findManyByConfig(Collection<String> values)Find records that haveCONFIG IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByConfig(Collection<String> values, int limit)Find records that haveCONFIG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<VFragment>>findManyByContainer(Collection<String> values)Find records that haveCONTAINER IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByContainer(Collection<String> values, int limit)Find records that haveCONTAINER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<VFragment>>findManyByGrid(Collection<Integer> values)Find records that haveGRID IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByGrid(Collection<Integer> values, int limit)Find records that haveGRID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<VFragment>>findManyByModal(Collection<String> values)Find records that haveMODAL IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByModal(Collection<String> values, int limit)Find records that haveMODAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<VFragment>>findManyByNotice(Collection<String> values)Find records that haveNOTICE IN (values)asynchronouslyio.vertx.core.Future<List<VFragment>>findManyByNotice(Collection<String> values, int limit)Find records that haveNOTICE IN (values)asynchronously limited by the given limitprotected StringgetId(VFragment object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VFragmentRecord,VFragment,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
-
findManyByContainer
public io.vertx.core.Future<List<VFragment>> findManyByContainer(Collection<String> values)
Find records that haveCONTAINER IN (values)asynchronously
-
findManyByContainer
public io.vertx.core.Future<List<VFragment>> findManyByContainer(Collection<String> values, int limit)
Find records that haveCONTAINER IN (values)asynchronously limited by the given limit
-
findManyByNotice
public io.vertx.core.Future<List<VFragment>> findManyByNotice(Collection<String> values)
Find records that haveNOTICE IN (values)asynchronously
-
findManyByNotice
public io.vertx.core.Future<List<VFragment>> findManyByNotice(Collection<String> values, int limit)
Find records that haveNOTICE IN (values)asynchronously limited by the given limit
-
findManyByButtonConnect
public io.vertx.core.Future<List<VFragment>> findManyByButtonConnect(Collection<String> values)
Find records that haveBUTTON_CONNECT IN (values)asynchronously
-
findManyByButtonConnect
public io.vertx.core.Future<List<VFragment>> findManyByButtonConnect(Collection<String> values, int limit)
Find records that haveBUTTON_CONNECT IN (values)asynchronously limited by the given limit
-
findManyByButtonGroup
public io.vertx.core.Future<List<VFragment>> findManyByButtonGroup(Collection<String> values)
Find records that haveBUTTON_GROUP IN (values)asynchronously
-
findManyByButtonGroup
public io.vertx.core.Future<List<VFragment>> findManyByButtonGroup(Collection<String> values, int limit)
Find records that haveBUTTON_GROUP IN (values)asynchronously limited by the given limit
-
findManyByModal
public io.vertx.core.Future<List<VFragment>> findManyByModal(Collection<String> values)
Find records that haveMODAL IN (values)asynchronously
-
findManyByModal
public io.vertx.core.Future<List<VFragment>> findManyByModal(Collection<String> values, int limit)
Find records that haveMODAL IN (values)asynchronously limited by the given limit
-
findManyByGrid
public io.vertx.core.Future<List<VFragment>> findManyByGrid(Collection<Integer> values)
Find records that haveGRID IN (values)asynchronously
-
findManyByGrid
public io.vertx.core.Future<List<VFragment>> findManyByGrid(Collection<Integer> values, int limit)
Find records that haveGRID IN (values)asynchronously limited by the given limit
-
findManyByConfig
public io.vertx.core.Future<List<VFragment>> findManyByConfig(Collection<String> values)
Find records that haveCONFIG IN (values)asynchronously
-
findManyByConfig
public io.vertx.core.Future<List<VFragment>> findManyByConfig(Collection<String> values, int limit)
Find records that haveCONFIG IN (values)asynchronously limited by the given limit
-
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VFragmentRecord,VFragment,String> queryExecutor()
- Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<VFragmentRecord,VFragment,String,io.vertx.core.Future<List<VFragment>>,io.vertx.core.Future<VFragment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>- Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<VFragmentRecord,VFragment,String,io.vertx.core.Future<List<VFragment>>,io.vertx.core.Future<VFragment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
-
-