Uses of Class
cn.vertxup.rbac.domain.tables.records.RUserRoleRecord
Packages that use RUserRoleRecord
Package
Description
-
Uses of RUserRoleRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type RUserRoleRecord -
Uses of RUserRoleRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type RUserRoleRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<RUserRoleRecord,Integer> RUserRole.PRIORITYThe columnDB_ETERNAL.R_USER_ROLE.PRIORITY.final org.jooq.TableField<RUserRoleRecord,String> RUserRole.ROLE_IDThe columnDB_ETERNAL.R_USER_ROLE.ROLE_ID.final org.jooq.TableField<RUserRoleRecord,String> RUserRole.USER_IDThe columnDB_ETERNAL.R_USER_ROLE.USER_ID.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type RUserRoleRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RUserRoleRecord>RUserRole.getPrimaryKey()RUserRole.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type RUserRoleRecordModifierConstructorDescriptionRUserRole(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RUserRoleRecord> key) -
Uses of RUserRoleRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RUserRoleRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RUserRoleRecord,RUserRole, org.jooq.Record2<String, String>> RUserRoleDao.queryExecutor() -
Uses of RUserRoleRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return RUserRoleRecordModifier and TypeMethodDescriptionRUserRoleRecord.setPriority(Integer value) Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY.Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.Setter forDB_ETERNAL.R_USER_ROLE.USER_ID.