Uses of Class
cn.vertxup.rbac.domain.tables.records.RRolePermRecord
-
Packages that use RRolePermRecord Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables cn.vertxup.rbac.domain.tables.daos cn.vertxup.rbac.domain.tables.records -
-
Uses of RRolePermRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type RRolePermRecord Modifier and Type Field Description static org.jooq.UniqueKey<RRolePermRecord>Keys. KEY_R_ROLE_PERM_PRIMARY -
Uses of RRolePermRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type RRolePermRecord Modifier and Type Field Description org.jooq.TableField<RRolePermRecord,String>RRolePerm. PERM_IDThe columnDB_ETERNAL.R_ROLE_PERM.PERM_ID.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 RRolePermRecord Modifier and Type Method Description org.jooq.UniqueKey<RRolePermRecord>RRolePerm. getPrimaryKey()Class<RRolePermRecord>RRolePerm. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type RRolePermRecord Constructor Description RRolePerm(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 RRolePermRecord Modifier and Type Method Description io.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 RRolePermRecord Modifier and Type Method Description RRolePermRecordRRolePermRecord. setPermId(String value)Setter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.RRolePermRecordRRolePermRecord. setRoleId(String value)Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.RRolePermRecordRRolePermRecord. value1(String value)RRolePermRecordRRolePermRecord. value2(String value)RRolePermRecordRRolePermRecord. values(String value1, String value2)
-