Uses of Class
cn.vertxup.rbac.domain.tables.records.OUserRecord
Packages that use OUserRecord
Package
Description
-
Uses of OUserRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type OUserRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<OUserRecord>Keys.KEY_O_USER_CLIENT_IDstatic final org.jooq.UniqueKey<OUserRecord>static final org.jooq.UniqueKey<OUserRecord>Keys.KEY_O_USER_PRIMARY -
Uses of OUserRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type OUserRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<OUserRecord,Boolean> OUser.ACTIVEThe columnDB_ETERNAL.O_USER.ACTIVE.final org.jooq.TableField<OUserRecord,String> OUser.CLIENT_IDThe columnDB_ETERNAL.O_USER.CLIENT_ID.final org.jooq.TableField<OUserRecord,String> OUser.CLIENT_SECRETThe columnDB_ETERNAL.O_USER.CLIENT_SECRET.final org.jooq.TableField<OUserRecord,String> OUser.CODEThe columnDB_ETERNAL.O_USER.CODE.final org.jooq.TableField<OUserRecord,String> OUser.GRANT_TYPEThe columnDB_ETERNAL.O_USER.GRANT_TYPE.final org.jooq.TableField<OUserRecord,String> OUser.KEYThe columnDB_ETERNAL.O_USER.KEY.final org.jooq.TableField<OUserRecord,String> OUser.LANGUAGEThe columnDB_ETERNAL.O_USER.LANGUAGE.final org.jooq.TableField<OUserRecord,String> OUser.METADATAThe columnDB_ETERNAL.O_USER.METADATA.final org.jooq.TableField<OUserRecord,String> OUser.REDIRECT_URIThe columnDB_ETERNAL.O_USER.REDIRECT_URI.final org.jooq.TableField<OUserRecord,String> OUser.SCOPEThe columnDB_ETERNAL.O_USER.SCOPE.final org.jooq.TableField<OUserRecord,String> OUser.STATEThe columnDB_ETERNAL.O_USER.STATE.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type OUserRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<OUserRecord>OUser.getPrimaryKey()OUser.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<OUserRecord>>OUser.getUniqueKeys()Constructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type OUserRecordModifierConstructorDescriptionOUser(org.jooq.Table<O> child, org.jooq.ForeignKey<O, OUserRecord> key) -
Uses of OUserRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type OUserRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<OUserRecord,OUser, String> OUserDao.queryExecutor() -
Uses of OUserRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return OUserRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.O_USER.ACTIVE.OUserRecord.setClientId(String value) Setter forDB_ETERNAL.O_USER.CLIENT_ID.OUserRecord.setClientSecret(String value) Setter forDB_ETERNAL.O_USER.CLIENT_SECRET.Setter forDB_ETERNAL.O_USER.CODE.OUserRecord.setGrantType(String value) Setter forDB_ETERNAL.O_USER.GRANT_TYPE.Setter forDB_ETERNAL.O_USER.KEY.OUserRecord.setLanguage(String value) Setter forDB_ETERNAL.O_USER.LANGUAGE.OUserRecord.setMetadata(String value) Setter forDB_ETERNAL.O_USER.METADATA.OUserRecord.setRedirectUri(String value) Setter forDB_ETERNAL.O_USER.REDIRECT_URI.Setter forDB_ETERNAL.O_USER.SCOPE.Setter forDB_ETERNAL.O_USER.STATE.OUserRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, Boolean value10, String value11)