Package cn.vertxup.ui.domain.tables.daos
Class UiVisitorDao
java.lang.Object
io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiVisitorRecord,UiVisitor,org.jooq.Record5<String,String,String,String,String>,io.vertx.core.Future<List<UiVisitor>>,io.vertx.core.Future<UiVisitor>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record5<String,String,String,String,String>>>
cn.vertxup.ui.domain.tables.daos.UiVisitorDao
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<UiVisitorRecord,,UiVisitor, org.jooq.Record5<String, String, String, String, String>> io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<UiVisitorRecord,UiVisitor, org.jooq.Record5<String, String, String, String, String>, io.vertx.core.Future<List<UiVisitor>>, io.vertx.core.Future<UiVisitor>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record5<String, String, String, String, String>>>
public class UiVisitorDao
extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiVisitorRecord,UiVisitor,org.jooq.Record5<String,String,String,String,String>,io.vertx.core.Future<List<UiVisitor>>,io.vertx.core.Future<UiVisitor>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record5<String,String,String,String,String>>>
implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<UiVisitorRecord,UiVisitor,org.jooq.Record5<String,String,String,String,String>>
This class is generated by jOOQ.
-
Constructor Summary
ConstructorsConstructorDescriptionUiVisitorDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionfindManyByControlId(Collection<String> values) Find records that haveCONTROL_ID IN (values)asynchronouslyfindManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limitfindManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyfindManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitfindManyByPage(Collection<String> values) Find records that havePAGE IN (values)asynchronouslyfindManyByPage(Collection<String> values, int limit) Find records that havePAGE IN (values)asynchronously limited by the given limitfindManyByPath(Collection<String> values) Find records that havePATH IN (values)asynchronouslyfindManyByPath(Collection<String> values, int limit) Find records that havePATH IN (values)asynchronously limited by the given limitfindManyByResourceId(Collection<String> values) Find records that haveRESOURCE_ID IN (values)asynchronouslyfindManyByResourceId(Collection<String> values, int limit) Find records that haveRESOURCE_ID IN (values)asynchronously limited by the given limitfindManyByRunComponent(Collection<String> values) Find records that haveRUN_COMPONENT IN (values)asynchronouslyfindManyByRunComponent(Collection<String> values, int limit) Find records that haveRUN_COMPONENT IN (values)asynchronously limited by the given limitfindManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyfindManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitfindManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyfindManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiVisitorRecord,UiVisitor, org.jooq.Record5<String, String, String, String, 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
-
UiVisitorDao
public UiVisitorDao(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
- Specified by:
getIdin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiVisitorRecord,UiVisitor, org.jooq.Record5<String, String, String, String, String>, io.vertx.core.Future<List<UiVisitor>>, io.vertx.core.Future<UiVisitor>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record5<String, String, String, String, String>>>
-
findManyByPage
Find records that havePAGE IN (values)asynchronously -
findManyByPage
Find records that havePAGE IN (values)asynchronously limited by the given limit -
findManyByPath
Find records that havePATH IN (values)asynchronously -
findManyByPath
Find records that havePATH IN (values)asynchronously limited by the given limit -
findManyByType
Find records that haveTYPE IN (values)asynchronously -
findManyByType
Find records that haveTYPE IN (values)asynchronously limited by the given limit -
findManyByControlId
Find records that haveCONTROL_ID IN (values)asynchronously -
findManyByControlId
public io.vertx.core.Future<List<UiVisitor>> findManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limit -
findManyByResourceId
Find records that haveRESOURCE_ID IN (values)asynchronously -
findManyByResourceId
public io.vertx.core.Future<List<UiVisitor>> findManyByResourceId(Collection<String> values, int limit) Find records that haveRESOURCE_ID IN (values)asynchronously limited by the given limit -
findManyBySigma
Find records that haveSIGMA IN (values)asynchronously -
findManyBySigma
Find records that haveSIGMA IN (values)asynchronously limited by the given limit -
findManyByMetadata
Find records that haveMETADATA IN (values)asynchronously -
findManyByMetadata
public io.vertx.core.Future<List<UiVisitor>> findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limit -
findManyByRunComponent
Find records that haveRUN_COMPONENT IN (values)asynchronously -
findManyByRunComponent
public io.vertx.core.Future<List<UiVisitor>> findManyByRunComponent(Collection<String> values, int limit) Find records that haveRUN_COMPONENT IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiVisitorRecord,UiVisitor, queryExecutor()org.jooq.Record5<String, String, String, String, String>> - Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<UiVisitorRecord,UiVisitor, org.jooq.Record5<String, String, String, String, String>, io.vertx.core.Future<List<UiVisitor>>, io.vertx.core.Future<UiVisitor>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record5<String, String, String, String, String>>> - Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiVisitorRecord,UiVisitor, org.jooq.Record5<String, String, String, String, String>, io.vertx.core.Future<List<UiVisitor>>, io.vertx.core.Future<UiVisitor>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record5<String, String, String, String, String>>>
-