Uses of Class
cn.vertxup.rbac.domain.tables.records.OAccessTokenRecord
Packages that use OAccessTokenRecord
Package
Description
-
Uses of OAccessTokenRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type OAccessTokenRecord -
Uses of OAccessTokenRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type OAccessTokenRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<OAccessTokenRecord,Boolean> OAccessToken.ACTIVEThe columnDB_ETERNAL.O_ACCESS_TOKEN.ACTIVE.final org.jooq.TableField<OAccessTokenRecord,byte[]> OAccessToken.AUTHThe columnDB_ETERNAL.O_ACCESS_TOKEN.AUTH.final org.jooq.TableField<OAccessTokenRecord,LocalDateTime> OAccessToken.CREATED_ATThe columnDB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT.final org.jooq.TableField<OAccessTokenRecord,String> OAccessToken.CREATED_BYThe columnDB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY.final org.jooq.TableField<OAccessTokenRecord,Long> OAccessToken.EXPIRED_TIMEThe columnDB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME.final org.jooq.TableField<OAccessTokenRecord,String> OAccessToken.KEYThe columnDB_ETERNAL.O_ACCESS_TOKEN.KEY.final org.jooq.TableField<OAccessTokenRecord,String> OAccessToken.LANGUAGEThe columnDB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE.final org.jooq.TableField<OAccessTokenRecord,String> OAccessToken.METADATAThe columnDB_ETERNAL.O_ACCESS_TOKEN.METADATA.final org.jooq.TableField<OAccessTokenRecord,byte[]> OAccessToken.REFRESH_TOKENThe columnDB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN.final org.jooq.TableField<OAccessTokenRecord,byte[]> OAccessToken.TOKENThe columnDB_ETERNAL.O_ACCESS_TOKEN.TOKEN.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type OAccessTokenRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<OAccessTokenRecord>OAccessToken.getPrimaryKey()OAccessToken.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type OAccessTokenRecordModifierConstructorDescriptionOAccessToken(org.jooq.Table<O> child, org.jooq.ForeignKey<O, OAccessTokenRecord> key) -
Uses of OAccessTokenRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type OAccessTokenRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<OAccessTokenRecord,OAccessToken, String> OAccessTokenDao.queryExecutor() -
Uses of OAccessTokenRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return OAccessTokenRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.O_ACCESS_TOKEN.ACTIVE.OAccessTokenRecord.setAuth(byte[] value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.AUTH.OAccessTokenRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT.OAccessTokenRecord.setCreatedBy(String value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY.OAccessTokenRecord.setExpiredTime(Long value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME.Setter forDB_ETERNAL.O_ACCESS_TOKEN.KEY.OAccessTokenRecord.setLanguage(String value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE.OAccessTokenRecord.setMetadata(String value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.METADATA.OAccessTokenRecord.setRefreshToken(byte[] value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN.OAccessTokenRecord.setToken(byte[] value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.TOKEN.OAccessTokenRecord.value2(byte[] value) OAccessTokenRecord.value3(byte[] value) OAccessTokenRecord.value5(byte[] value) OAccessTokenRecord.value9(LocalDateTime value) OAccessTokenRecord.values(String value1, byte[] value2, byte[] value3, Long value4, byte[] value5, String value6, Boolean value7, String value8, LocalDateTime value9, String value10)