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