Uses of Class
cn.vertxup.lbs.domain.tables.records.LStateRecord
Packages that use LStateRecord
Package
Description
-
Uses of LStateRecord in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain with type parameters of type LStateRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<LStateRecord>Keys.KEY_L_STATE_CODEstatic final org.jooq.UniqueKey<LStateRecord>Keys.KEY_L_STATE_PRIMARY -
Uses of LStateRecord in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables with type parameters of type LStateRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<LStateRecord,Boolean> LState.ACTIVEThe columnDB_ETERNAL.L_STATE.ACTIVE.final org.jooq.TableField<LStateRecord,String> LState.ALIASThe columnDB_ETERNAL.L_STATE.ALIAS.final org.jooq.TableField<LStateRecord,String> LState.CODEThe columnDB_ETERNAL.L_STATE.CODE.final org.jooq.TableField<LStateRecord,String> LState.COUNTRY_IDThe columnDB_ETERNAL.L_STATE.COUNTRY_ID.final org.jooq.TableField<LStateRecord,LocalDateTime> LState.CREATED_ATThe columnDB_ETERNAL.L_STATE.CREATED_AT.final org.jooq.TableField<LStateRecord,String> LState.CREATED_BYThe columnDB_ETERNAL.L_STATE.CREATED_BY.final org.jooq.TableField<LStateRecord,String> LState.KEYThe columnDB_ETERNAL.L_STATE.KEY.final org.jooq.TableField<LStateRecord,String> LState.LANGUAGEThe columnDB_ETERNAL.L_STATE.LANGUAGE.final org.jooq.TableField<LStateRecord,String> LState.METADATAThe columnDB_ETERNAL.L_STATE.METADATA.final org.jooq.TableField<LStateRecord,String> LState.NAMEThe columnDB_ETERNAL.L_STATE.NAME.final org.jooq.TableField<LStateRecord,Integer> LState.ORDERThe columnDB_ETERNAL.L_STATE.ORDER.final org.jooq.TableField<LStateRecord,String> LState.SIGMAThe columnDB_ETERNAL.L_STATE.SIGMA.final org.jooq.TableField<LStateRecord,LocalDateTime> LState.UPDATED_ATThe columnDB_ETERNAL.L_STATE.UPDATED_AT.final org.jooq.TableField<LStateRecord,String> LState.UPDATED_BYThe columnDB_ETERNAL.L_STATE.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables that return types with arguments of type LStateRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LStateRecord>LState.getPrimaryKey()LState.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<LStateRecord>>LState.getUniqueKeys()Constructor parameters in cn.vertxup.lbs.domain.tables with type arguments of type LStateRecordModifierConstructorDescriptionLState(org.jooq.Table<O> child, org.jooq.ForeignKey<O, LStateRecord> key) -
Uses of LStateRecord in cn.vertxup.lbs.domain.tables.daos
Methods in cn.vertxup.lbs.domain.tables.daos that return types with arguments of type LStateRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<LStateRecord,LState, String> LStateDao.queryExecutor() -
Uses of LStateRecord in cn.vertxup.lbs.domain.tables.records
Methods in cn.vertxup.lbs.domain.tables.records that return LStateRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.L_STATE.ACTIVE.Setter forDB_ETERNAL.L_STATE.ALIAS.Setter forDB_ETERNAL.L_STATE.CODE.LStateRecord.setCountryId(String value) Setter forDB_ETERNAL.L_STATE.COUNTRY_ID.LStateRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_STATE.CREATED_AT.LStateRecord.setCreatedBy(String value) Setter forDB_ETERNAL.L_STATE.CREATED_BY.Setter forDB_ETERNAL.L_STATE.KEY.LStateRecord.setLanguage(String value) Setter forDB_ETERNAL.L_STATE.LANGUAGE.LStateRecord.setMetadata(String value) Setter forDB_ETERNAL.L_STATE.METADATA.Setter forDB_ETERNAL.L_STATE.NAME.Setter forDB_ETERNAL.L_STATE.ORDER.Setter forDB_ETERNAL.L_STATE.SIGMA.LStateRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_STATE.UPDATED_AT.LStateRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.L_STATE.UPDATED_BY.LStateRecord.value11(LocalDateTime value) LStateRecord.value13(LocalDateTime value) LStateRecord.values(String value1, String value2, String value3, String value4, String value5, Integer value6, String value7, Boolean value8, String value9, String value10, LocalDateTime value11, String value12, LocalDateTime value13, String value14)