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