Uses of Class
cn.vertxup.lbs.domain.tables.records.LCountryRecord
-
Packages that use LCountryRecord Package Description cn.vertxup.lbs.domain cn.vertxup.lbs.domain.tables cn.vertxup.lbs.domain.tables.daos cn.vertxup.lbs.domain.tables.records -
-
Uses of LCountryRecord in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain with type parameters of type LCountryRecord Modifier and Type Field Description static org.jooq.UniqueKey<LCountryRecord>Keys. KEY_L_COUNTRY_CODEstatic org.jooq.UniqueKey<LCountryRecord>Keys. KEY_L_COUNTRY_PHONE_PREFIXstatic org.jooq.UniqueKey<LCountryRecord>Keys. KEY_L_COUNTRY_PRIMARY -
Uses of LCountryRecord in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables with type parameters of type LCountryRecord Modifier and Type Field Description org.jooq.TableField<LCountryRecord,Boolean>LCountry. ACTIVEThe columnDB_ETERNAL.L_COUNTRY.ACTIVE.org.jooq.TableField<LCountryRecord,String>LCountry. CODEThe columnDB_ETERNAL.L_COUNTRY.CODE.org.jooq.TableField<LCountryRecord,LocalDateTime>LCountry. CREATED_ATThe columnDB_ETERNAL.L_COUNTRY.CREATED_AT.org.jooq.TableField<LCountryRecord,String>LCountry. CREATED_BYThe columnDB_ETERNAL.L_COUNTRY.CREATED_BY.org.jooq.TableField<LCountryRecord,String>LCountry. CURRENCYThe columnDB_ETERNAL.L_COUNTRY.CURRENCY.org.jooq.TableField<LCountryRecord,String>LCountry. FLAGThe columnDB_ETERNAL.L_COUNTRY.FLAG.org.jooq.TableField<LCountryRecord,String>LCountry. KEYThe columnDB_ETERNAL.L_COUNTRY.KEY.org.jooq.TableField<LCountryRecord,String>LCountry. LANGUAGEThe columnDB_ETERNAL.L_COUNTRY.LANGUAGE.org.jooq.TableField<LCountryRecord,String>LCountry. METADATAThe columnDB_ETERNAL.L_COUNTRY.METADATA.org.jooq.TableField<LCountryRecord,String>LCountry. NAMEThe columnDB_ETERNAL.L_COUNTRY.NAME.org.jooq.TableField<LCountryRecord,Integer>LCountry. ORDERThe columnDB_ETERNAL.L_COUNTRY.ORDER.org.jooq.TableField<LCountryRecord,String>LCountry. PHONE_PREFIXThe columnDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.org.jooq.TableField<LCountryRecord,String>LCountry. SIGMAThe columnDB_ETERNAL.L_COUNTRY.SIGMA.org.jooq.TableField<LCountryRecord,LocalDateTime>LCountry. UPDATED_ATThe columnDB_ETERNAL.L_COUNTRY.UPDATED_AT.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 LCountryRecord Modifier and Type Method Description org.jooq.UniqueKey<LCountryRecord>LCountry. getPrimaryKey()Class<LCountryRecord>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 LCountryRecord Constructor Description LCountry(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 LCountryRecord Modifier and Type Method Description io.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 LCountryRecord Modifier and Type Method Description LCountryRecordLCountryRecord. setActive(Boolean value)Setter forDB_ETERNAL.L_COUNTRY.ACTIVE.LCountryRecordLCountryRecord. setCode(String value)Setter forDB_ETERNAL.L_COUNTRY.CODE.LCountryRecordLCountryRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT.LCountryRecordLCountryRecord. setCreatedBy(String value)Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY.LCountryRecordLCountryRecord. setCurrency(String value)Setter forDB_ETERNAL.L_COUNTRY.CURRENCY.LCountryRecordLCountryRecord. setFlag(String value)Setter forDB_ETERNAL.L_COUNTRY.FLAG.LCountryRecordLCountryRecord. setKey(String value)Setter forDB_ETERNAL.L_COUNTRY.KEY.LCountryRecordLCountryRecord. setLanguage(String value)Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE.LCountryRecordLCountryRecord. setMetadata(String value)Setter forDB_ETERNAL.L_COUNTRY.METADATA.LCountryRecordLCountryRecord. setName(String value)Setter forDB_ETERNAL.L_COUNTRY.NAME.LCountryRecordLCountryRecord. setOrder(Integer value)Setter forDB_ETERNAL.L_COUNTRY.ORDER.LCountryRecordLCountryRecord. setPhonePrefix(String value)Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.LCountryRecordLCountryRecord. setSigma(String value)Setter forDB_ETERNAL.L_COUNTRY.SIGMA.LCountryRecordLCountryRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.LCountryRecordLCountryRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.LCountryRecordLCountryRecord. value1(String value)LCountryRecordLCountryRecord. value10(String value)LCountryRecordLCountryRecord. value11(String value)LCountryRecordLCountryRecord. value12(LocalDateTime value)LCountryRecordLCountryRecord. value13(String value)LCountryRecordLCountryRecord. value14(LocalDateTime value)LCountryRecordLCountryRecord. value15(String value)LCountryRecordLCountryRecord. value2(String value)LCountryRecordLCountryRecord. value3(String value)LCountryRecordLCountryRecord. value4(String value)LCountryRecordLCountryRecord. value5(String value)LCountryRecordLCountryRecord. value6(String value)LCountryRecordLCountryRecord. value7(String value)LCountryRecordLCountryRecord. value8(Integer value)LCountryRecordLCountryRecord. value9(Boolean value)LCountryRecordLCountryRecord. 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)
-