Uses of Class
cn.vertxup.rbac.domain.tables.records.RGroupRoleRecord
Packages that use RGroupRoleRecord
Package
Description
-
Uses of RGroupRoleRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type RGroupRoleRecord -
Uses of RGroupRoleRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type RGroupRoleRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<RGroupRoleRecord,String> RGroupRole.GROUP_IDThe columnDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.final org.jooq.TableField<RGroupRoleRecord,Integer> RGroupRole.PRIORITYThe columnDB_ETERNAL.R_GROUP_ROLE.PRIORITY.final org.jooq.TableField<RGroupRoleRecord,String> RGroupRole.ROLE_IDThe columnDB_ETERNAL.R_GROUP_ROLE.ROLE_ID.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type RGroupRoleRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RGroupRoleRecord>RGroupRole.getPrimaryKey()RGroupRole.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type RGroupRoleRecordModifierConstructorDescriptionRGroupRole(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RGroupRoleRecord> key) -
Uses of RGroupRoleRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RGroupRoleRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RGroupRoleRecord,RGroupRole, org.jooq.Record2<String, String>> RGroupRoleDao.queryExecutor() -
Uses of RGroupRoleRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return RGroupRoleRecordModifier and TypeMethodDescriptionRGroupRoleRecord.setGroupId(String value) Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.RGroupRoleRecord.setPriority(Integer value) Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID.