Class RRolePermDao
java.lang.Object
io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>,io.vertx.core.Future<List<RRolePerm>>,io.vertx.core.Future<RRolePerm>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record2<String,String>>>
cn.vertxup.rbac.domain.tables.daos.RRolePermDao
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<RRolePermRecord,,RRolePerm, org.jooq.Record2<String, String>> io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<RRolePermRecord,RRolePerm, org.jooq.Record2<String, String>, io.vertx.core.Future<List<RRolePerm>>, io.vertx.core.Future<RRolePerm>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record2<String, String>>>
public class RRolePermDao
extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>,io.vertx.core.Future<List<RRolePerm>>,io.vertx.core.Future<RRolePerm>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record2<String,String>>>
implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>>
This class is generated by jOOQ.
-
Constructor Summary
ConstructorsConstructorDescriptionRRolePermDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionfindManyByRoleId(Collection<String> values) Find records that haveROLE_ID IN (values)asynchronouslyfindManyByRoleId(Collection<String> values, int limit) Find records that haveROLE_ID IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RRolePermRecord,RRolePerm, org.jooq.Record2<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
-
RRolePermDao
public RRolePermDao(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<RRolePermRecord,RRolePerm, org.jooq.Record2<String, String>, io.vertx.core.Future<List<RRolePerm>>, io.vertx.core.Future<RRolePerm>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record2<String, String>>>
-
findManyByRoleId
Find records that haveROLE_ID IN (values)asynchronously -
findManyByRoleId
Find records that haveROLE_ID IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RRolePermRecord,RRolePerm, queryExecutor()org.jooq.Record2<String, String>> - Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<RRolePermRecord,RRolePerm, org.jooq.Record2<String, String>, io.vertx.core.Future<List<RRolePerm>>, io.vertx.core.Future<RRolePerm>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record2<String, String>>> - Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RRolePermRecord,RRolePerm, org.jooq.Record2<String, String>, io.vertx.core.Future<List<RRolePerm>>, io.vertx.core.Future<RRolePerm>, io.vertx.core.Future<Integer>, io.vertx.core.Future<org.jooq.Record2<String, String>>>
-