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
ConstructorsConstructorDescriptionVFragmentDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionfindManyByButtonConnect(Collection<String> values) Find records that haveBUTTON_CONNECT IN (values)asynchronouslyfindManyByButtonConnect(Collection<String> values, int limit) Find records that haveBUTTON_CONNECT IN (values)asynchronously limited by the given limitfindManyByButtonGroup(Collection<String> values) Find records that haveBUTTON_GROUP IN (values)asynchronouslyfindManyByButtonGroup(Collection<String> values, int limit) Find records that haveBUTTON_GROUP IN (values)asynchronously limited by the given limitfindManyByConfig(Collection<String> values) Find records that haveCONFIG IN (values)asynchronouslyfindManyByConfig(Collection<String> values, int limit) Find records that haveCONFIG IN (values)asynchronously limited by the given limitfindManyByContainer(Collection<String> values) Find records that haveCONTAINER IN (values)asynchronouslyfindManyByContainer(Collection<String> values, int limit) Find records that haveCONTAINER IN (values)asynchronously limited by the given limitfindManyByGrid(Collection<Integer> values) Find records that haveGRID IN (values)asynchronouslyfindManyByGrid(Collection<Integer> values, int limit) Find records that haveGRID IN (values)asynchronously limited by the given limitfindManyByModal(Collection<String> values) Find records that haveMODAL IN (values)asynchronouslyfindManyByModal(Collection<String> values, int limit) Find records that haveMODAL IN (values)asynchronously limited by the given limitfindManyByNotice(Collection<String> values) Find records that haveNOTICE IN (values)asynchronouslyfindManyByNotice(Collection<String> values, int limit) Find records that haveNOTICE IN (values)asynchronously limited by the given limitprotected Stringio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VFragmentRecord,VFragment, String> 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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
VFragmentDao
public VFragmentDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) - Parameters:
configuration- The Configuration used for rendering and query execution.vertx- the vertx instance
-
-
Method Details
-
getId
-
findManyByContainer
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
Find records that haveNOTICE IN (values)asynchronously -
findManyByNotice
Find records that haveNOTICE IN (values)asynchronously limited by the given limit -
findManyByButtonConnect
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
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
Find records that haveMODAL IN (values)asynchronously -
findManyByModal
Find records that haveMODAL IN (values)asynchronously limited by the given limit -
findManyByGrid
Find records that haveGRID IN (values)asynchronously -
findManyByGrid
Find records that haveGRID IN (values)asynchronously limited by the given limit -
findManyByConfig
Find records that haveCONFIG IN (values)asynchronously -
findManyByConfig
Find records that haveCONFIG IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VFragmentRecord,VFragment, queryExecutor()String> - 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>>
-