Uses of Class
cn.vertxup.rbac.domain.tables.records.RRolePermRecord
Packages that use RRolePermRecord
Package
Description
-
Uses of RRolePermRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type RRolePermRecord -
Uses of RRolePermRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type RRolePermRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<RRolePermRecord,String> RRolePerm.PERM_IDThe columnDB_ETERNAL.R_ROLE_PERM.PERM_ID.final org.jooq.TableField<RRolePermRecord,String> RRolePerm.ROLE_IDThe columnDB_ETERNAL.R_ROLE_PERM.ROLE_ID.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type RRolePermRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RRolePermRecord>RRolePerm.getPrimaryKey()RRolePerm.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type RRolePermRecordModifierConstructorDescriptionRRolePerm(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RRolePermRecord> key) -
Uses of RRolePermRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RRolePermRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RRolePermRecord,RRolePerm, org.jooq.Record2<String, String>> RRolePermDao.queryExecutor() -
Uses of RRolePermRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return RRolePermRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.