Uses of Class
cn.vertxup.rbac.domain.tables.pojos.RUserGroup
-
Packages that use RUserGroup Package Description cn.vertxup.rbac.domain.tables.daos cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of RUserGroup in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RUserGroup Modifier and Type Method Description io.vertx.core.Future<List<RUserGroup>>RUserGroupDao. findManyByPriority(Collection<Integer> values)Find records that havePRIORITY IN (values)asynchronouslyio.vertx.core.Future<List<RUserGroup>>RUserGroupDao. findManyByPriority(Collection<Integer> values, int limit)Find records that havePRIORITY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RUserGroup>>RUserGroupDao. findManyByUserId(Collection<String> values)Find records that haveUSER_ID IN (values)asynchronouslyio.vertx.core.Future<List<RUserGroup>>RUserGroupDao. findManyByUserId(Collection<String> values, int limit)Find records that haveUSER_ID IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RUserGroupRecord,RUserGroup,org.jooq.Record2<String,String>>RUserGroupDao. queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type RUserGroup Modifier and Type Method Description protected org.jooq.Record2<String,String>RUserGroupDao. getId(RUserGroup object) -
Uses of RUserGroup in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return RUserGroup Modifier and Type Method Description RUserGroupRUserGroup. setGroupId(String groupId)Setter forDB_ETERNAL.R_USER_GROUP.GROUP_ID.RUserGroupRUserGroup. setPriority(Integer priority)Setter forDB_ETERNAL.R_USER_GROUP.PRIORITY.RUserGroupRUserGroup. setUserId(String userId)Setter forDB_ETERNAL.R_USER_GROUP.USER_ID. -
Uses of RUserGroup in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type RUserGroup Constructor Description RUserGroupRecord(RUserGroup value)Create a detached, initialised RUserGroupRecord
-