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