Package cn.vertxup.ui.domain.tables.daos
Class VSearchDao
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<VSearchRecord,,VSearch, String> io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<VSearchRecord,VSearch, String, io.vertx.core.Future<List<VSearch>>, io.vertx.core.Future<VSearch>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
public class VSearchDao
extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<VSearchRecord,VSearch,String,io.vertx.core.Future<List<VSearch>>,io.vertx.core.Future<VSearch>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<VSearchRecord,VSearch,String>
This class is generated by jOOQ.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindManyByAdvanced(Collection<Boolean> values) Find records that haveADVANCED IN (values)asynchronouslyfindManyByAdvanced(Collection<Boolean> values, int limit) Find records that haveADVANCED IN (values)asynchronously limited by the given limitfindManyByAdvancedNotice(Collection<String> values) Find records that haveADVANCED_NOTICE IN (values)asynchronouslyfindManyByAdvancedNotice(Collection<String> values, int limit) Find records that haveADVANCED_NOTICE IN (values)asynchronously limited by the given limitfindManyByAdvancedTitle(Collection<String> values) Find records that haveADVANCED_TITLE IN (values)asynchronouslyfindManyByAdvancedTitle(Collection<String> values, int limit) Find records that haveADVANCED_TITLE IN (values)asynchronously limited by the given limitfindManyByAdvancedView(Collection<String> values) Find records that haveADVANCED_VIEW IN (values)asynchronouslyfindManyByAdvancedView(Collection<String> values, int limit) Find records that haveADVANCED_VIEW IN (values)asynchronously limited by the given limitfindManyByAdvancedWidth(Collection<String> values) Find records that haveADVANCED_WIDTH IN (values)asynchronouslyfindManyByAdvancedWidth(Collection<String> values, int limit) Find records that haveADVANCED_WIDTH IN (values)asynchronously limited by the given limitfindManyByCond(Collection<String> values) Find records that haveCOND IN (values)asynchronouslyfindManyByCond(Collection<String> values, int limit) Find records that haveCOND IN (values)asynchronously limited by the given limitfindManyByConfirmClear(Collection<String> values) Find records that haveCONFIRM_CLEAR IN (values)asynchronouslyfindManyByConfirmClear(Collection<String> values, int limit) Find records that haveCONFIRM_CLEAR IN (values)asynchronously limited by the given limitfindManyByEnabled(Collection<Boolean> values) Find records that haveENABLED IN (values)asynchronouslyfindManyByEnabled(Collection<Boolean> values, int limit) Find records that haveENABLED IN (values)asynchronously limited by the given limitfindManyByOpAdvanced(Collection<String> values) Find records that haveOP_ADVANCED IN (values)asynchronouslyfindManyByOpAdvanced(Collection<String> values, int limit) Find records that haveOP_ADVANCED IN (values)asynchronously limited by the given limitfindManyByOpRedo(Collection<String> values) Find records that haveOP_REDO IN (values)asynchronouslyfindManyByOpRedo(Collection<String> values, int limit) Find records that haveOP_REDO IN (values)asynchronously limited by the given limitfindManyByOpView(Collection<String> values) Find records that haveOP_VIEW IN (values)asynchronouslyfindManyByOpView(Collection<String> values, int limit) Find records that haveOP_VIEW IN (values)asynchronously limited by the given limitfindManyByPlaceholder(Collection<String> values) Find records that havePLACEHOLDER IN (values)asynchronouslyfindManyByPlaceholder(Collection<String> values, int limit) Find records that havePLACEHOLDER IN (values)asynchronously limited by the given limitprotected Stringio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VSearchRecord,VSearch, 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
-
VSearchDao
public VSearchDao(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
-
findManyByEnabled
Find records that haveENABLED IN (values)asynchronously -
findManyByEnabled
Find records that haveENABLED IN (values)asynchronously limited by the given limit -
findManyByAdvanced
Find records that haveADVANCED IN (values)asynchronously -
findManyByAdvanced
public io.vertx.core.Future<List<VSearch>> findManyByAdvanced(Collection<Boolean> values, int limit) Find records that haveADVANCED IN (values)asynchronously limited by the given limit -
findManyByOpRedo
Find records that haveOP_REDO IN (values)asynchronously -
findManyByOpRedo
Find records that haveOP_REDO IN (values)asynchronously limited by the given limit -
findManyByOpAdvanced
Find records that haveOP_ADVANCED IN (values)asynchronously -
findManyByOpAdvanced
public io.vertx.core.Future<List<VSearch>> findManyByOpAdvanced(Collection<String> values, int limit) Find records that haveOP_ADVANCED IN (values)asynchronously limited by the given limit -
findManyByOpView
Find records that haveOP_VIEW IN (values)asynchronously -
findManyByOpView
Find records that haveOP_VIEW IN (values)asynchronously limited by the given limit -
findManyByConfirmClear
Find records that haveCONFIRM_CLEAR IN (values)asynchronously -
findManyByConfirmClear
public io.vertx.core.Future<List<VSearch>> findManyByConfirmClear(Collection<String> values, int limit) Find records that haveCONFIRM_CLEAR IN (values)asynchronously limited by the given limit -
findManyByPlaceholder
Find records that havePLACEHOLDER IN (values)asynchronously -
findManyByPlaceholder
public io.vertx.core.Future<List<VSearch>> findManyByPlaceholder(Collection<String> values, int limit) Find records that havePLACEHOLDER IN (values)asynchronously limited by the given limit -
findManyByCond
Find records that haveCOND IN (values)asynchronously -
findManyByCond
Find records that haveCOND IN (values)asynchronously limited by the given limit -
findManyByAdvancedWidth
Find records that haveADVANCED_WIDTH IN (values)asynchronously -
findManyByAdvancedWidth
public io.vertx.core.Future<List<VSearch>> findManyByAdvancedWidth(Collection<String> values, int limit) Find records that haveADVANCED_WIDTH IN (values)asynchronously limited by the given limit -
findManyByAdvancedTitle
Find records that haveADVANCED_TITLE IN (values)asynchronously -
findManyByAdvancedTitle
public io.vertx.core.Future<List<VSearch>> findManyByAdvancedTitle(Collection<String> values, int limit) Find records that haveADVANCED_TITLE IN (values)asynchronously limited by the given limit -
findManyByAdvancedNotice
Find records that haveADVANCED_NOTICE IN (values)asynchronously -
findManyByAdvancedNotice
public io.vertx.core.Future<List<VSearch>> findManyByAdvancedNotice(Collection<String> values, int limit) Find records that haveADVANCED_NOTICE IN (values)asynchronously limited by the given limit -
findManyByAdvancedView
Find records that haveADVANCED_VIEW IN (values)asynchronously -
findManyByAdvancedView
public io.vertx.core.Future<List<VSearch>> findManyByAdvancedView(Collection<String> values, int limit) Find records that haveADVANCED_VIEW IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VSearchRecord,VSearch, queryExecutor()String> - Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<VSearchRecord,VSearch, String, io.vertx.core.Future<List<VSearch>>, io.vertx.core.Future<VSearch>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>> - Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<VSearchRecord,VSearch, String, io.vertx.core.Future<List<VSearch>>, io.vertx.core.Future<VSearch>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
-