Uses of Class
cn.vertxup.rbac.domain.tables.records.SActionRecord
Packages that use SActionRecord
Package
Description
-
Uses of SActionRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type SActionRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<SActionRecord>Keys.KEY_S_ACTION_CODEstatic final org.jooq.UniqueKey<SActionRecord>Keys.KEY_S_ACTION_PRIMARYstatic final org.jooq.UniqueKey<SActionRecord>static final org.jooq.UniqueKey<SActionRecord>Keys.KEY_S_ACTION_URI -
Uses of SActionRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type SActionRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<SActionRecord,Boolean> SAction.ACTIVEThe columnDB_ETERNAL.S_ACTION.ACTIVE.final org.jooq.TableField<SActionRecord,String> SAction.CODEThe columnDB_ETERNAL.S_ACTION.CODE.final org.jooq.TableField<SActionRecord,String> SAction.COMMENTThe columnDB_ETERNAL.S_ACTION.COMMENT.final org.jooq.TableField<SActionRecord,LocalDateTime> SAction.CREATED_ATThe columnDB_ETERNAL.S_ACTION.CREATED_AT.final org.jooq.TableField<SActionRecord,String> SAction.CREATED_BYThe columnDB_ETERNAL.S_ACTION.CREATED_BY.final org.jooq.TableField<SActionRecord,String> SAction.KEYThe columnDB_ETERNAL.S_ACTION.KEY.final org.jooq.TableField<SActionRecord,String> SAction.LANGUAGEThe columnDB_ETERNAL.S_ACTION.LANGUAGE.final org.jooq.TableField<SActionRecord,Integer> SAction.LEVELThe columnDB_ETERNAL.S_ACTION.LEVEL.final org.jooq.TableField<SActionRecord,String> SAction.METADATAThe columnDB_ETERNAL.S_ACTION.METADATA.final org.jooq.TableField<SActionRecord,String> SAction.METHODThe columnDB_ETERNAL.S_ACTION.METHOD.final org.jooq.TableField<SActionRecord,String> SAction.NAMEThe columnDB_ETERNAL.S_ACTION.NAME.final org.jooq.TableField<SActionRecord,String> SAction.PERMISSION_IDThe columnDB_ETERNAL.S_ACTION.PERMISSION_ID.final org.jooq.TableField<SActionRecord,String> SAction.RENEWAL_CREDITThe columnDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.final org.jooq.TableField<SActionRecord,String> SAction.RESOURCE_IDThe columnDB_ETERNAL.S_ACTION.RESOURCE_ID.final org.jooq.TableField<SActionRecord,String> SAction.SIGMAThe columnDB_ETERNAL.S_ACTION.SIGMA.final org.jooq.TableField<SActionRecord,LocalDateTime> SAction.UPDATED_ATThe columnDB_ETERNAL.S_ACTION.UPDATED_AT.final org.jooq.TableField<SActionRecord,String> SAction.UPDATED_BYThe columnDB_ETERNAL.S_ACTION.UPDATED_BY.final org.jooq.TableField<SActionRecord,String> SAction.URIThe columnDB_ETERNAL.S_ACTION.URI.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type SActionRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SActionRecord>SAction.getPrimaryKey()SAction.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<SActionRecord>>SAction.getUniqueKeys()Constructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type SActionRecordModifierConstructorDescriptionSAction(org.jooq.Table<O> child, org.jooq.ForeignKey<O, SActionRecord> key) -
Uses of SActionRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SActionRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SActionRecord,SAction, String> SActionDao.queryExecutor() -
Uses of SActionRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return SActionRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_ACTION.ACTIVE.Setter forDB_ETERNAL.S_ACTION.CODE.SActionRecord.setComment(String value) Setter forDB_ETERNAL.S_ACTION.COMMENT.SActionRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.S_ACTION.CREATED_AT.SActionRecord.setCreatedBy(String value) Setter forDB_ETERNAL.S_ACTION.CREATED_BY.Setter forDB_ETERNAL.S_ACTION.KEY.SActionRecord.setLanguage(String value) Setter forDB_ETERNAL.S_ACTION.LANGUAGE.Setter forDB_ETERNAL.S_ACTION.LEVEL.SActionRecord.setMetadata(String value) Setter forDB_ETERNAL.S_ACTION.METADATA.Setter forDB_ETERNAL.S_ACTION.METHOD.Setter forDB_ETERNAL.S_ACTION.NAME.SActionRecord.setPermissionId(String value) Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID.SActionRecord.setRenewalCredit(String value) Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.SActionRecord.setResourceId(String value) Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID.Setter forDB_ETERNAL.S_ACTION.SIGMA.SActionRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.S_ACTION.UPDATED_AT.SActionRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.S_ACTION.UPDATED_BY.Setter forDB_ETERNAL.S_ACTION.URI.SActionRecord.value15(LocalDateTime value) SActionRecord.value17(LocalDateTime value) SActionRecord.values(String value1, String value2, String value3, String value4, String value5, Integer value6, String value7, String value8, String value9, String value10, String value11, Boolean value12, String value13, String value14, LocalDateTime value15, String value16, LocalDateTime value17, String value18)