Uses of Class
cn.vertxup.lbs.domain.tables.records.LLocationRecord
Packages that use LLocationRecord
Package
Description
-
Uses of LLocationRecord in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain with type parameters of type LLocationRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<LLocationRecord>Keys.KEY_L_LOCATION_CODEstatic final org.jooq.UniqueKey<LLocationRecord> -
Uses of LLocationRecord in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables with type parameters of type LLocationRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<LLocationRecord,Boolean> LLocation.ACTIVEThe columnDB_ETERNAL.L_LOCATION.ACTIVE.final org.jooq.TableField<LLocationRecord,String> LLocation.ADDRESSThe columnDB_ETERNAL.L_LOCATION.ADDRESS.final org.jooq.TableField<LLocationRecord,String> LLocation.CITYThe columnDB_ETERNAL.L_LOCATION.CITY.final org.jooq.TableField<LLocationRecord,String> LLocation.CODEThe columnDB_ETERNAL.L_LOCATION.CODE.final org.jooq.TableField<LLocationRecord,String> LLocation.COUNTRYThe columnDB_ETERNAL.L_LOCATION.COUNTRY.final org.jooq.TableField<LLocationRecord,LocalDateTime> LLocation.CREATED_ATThe columnDB_ETERNAL.L_LOCATION.CREATED_AT.final org.jooq.TableField<LLocationRecord,String> LLocation.CREATED_BYThe columnDB_ETERNAL.L_LOCATION.CREATED_BY.final org.jooq.TableField<LLocationRecord,String> LLocation.FULL_NAMEThe columnDB_ETERNAL.L_LOCATION.FULL_NAME.final org.jooq.TableField<LLocationRecord,String> LLocation.KEYThe columnDB_ETERNAL.L_LOCATION.KEY.final org.jooq.TableField<LLocationRecord,String> LLocation.LANGUAGEThe columnDB_ETERNAL.L_LOCATION.LANGUAGE.final org.jooq.TableField<LLocationRecord,String> LLocation.METADATAThe columnDB_ETERNAL.L_LOCATION.METADATA.final org.jooq.TableField<LLocationRecord,String> LLocation.NAMEThe columnDB_ETERNAL.L_LOCATION.NAME.final org.jooq.TableField<LLocationRecord,String> LLocation.POSTALThe columnDB_ETERNAL.L_LOCATION.POSTAL.final org.jooq.TableField<LLocationRecord,String> LLocation.REGIONThe columnDB_ETERNAL.L_LOCATION.REGION.final org.jooq.TableField<LLocationRecord,String> LLocation.REGION_IDThe columnDB_ETERNAL.L_LOCATION.REGION_ID.final org.jooq.TableField<LLocationRecord,String> LLocation.SIGMAThe columnDB_ETERNAL.L_LOCATION.SIGMA.final org.jooq.TableField<LLocationRecord,String> LLocation.STATEThe columnDB_ETERNAL.L_LOCATION.STATE.final org.jooq.TableField<LLocationRecord,String> LLocation.STREET1The columnDB_ETERNAL.L_LOCATION.STREET1.final org.jooq.TableField<LLocationRecord,String> LLocation.STREET2The columnDB_ETERNAL.L_LOCATION.STREET2.final org.jooq.TableField<LLocationRecord,String> LLocation.STREET3The columnDB_ETERNAL.L_LOCATION.STREET3.final org.jooq.TableField<LLocationRecord,LocalDateTime> LLocation.UPDATED_ATThe columnDB_ETERNAL.L_LOCATION.UPDATED_AT.final org.jooq.TableField<LLocationRecord,String> LLocation.UPDATED_BYThe columnDB_ETERNAL.L_LOCATION.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables that return types with arguments of type LLocationRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LLocationRecord>LLocation.getPrimaryKey()LLocation.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<LLocationRecord>>LLocation.getUniqueKeys()Constructor parameters in cn.vertxup.lbs.domain.tables with type arguments of type LLocationRecordModifierConstructorDescriptionLLocation(org.jooq.Table<O> child, org.jooq.ForeignKey<O, LLocationRecord> key) -
Uses of LLocationRecord in cn.vertxup.lbs.domain.tables.daos
Methods in cn.vertxup.lbs.domain.tables.daos that return types with arguments of type LLocationRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<LLocationRecord,LLocation, String> LLocationDao.queryExecutor() -
Uses of LLocationRecord in cn.vertxup.lbs.domain.tables.records
Methods in cn.vertxup.lbs.domain.tables.records that return LLocationRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.L_LOCATION.ACTIVE.LLocationRecord.setAddress(String value) Setter forDB_ETERNAL.L_LOCATION.ADDRESS.Setter forDB_ETERNAL.L_LOCATION.CITY.Setter forDB_ETERNAL.L_LOCATION.CODE.LLocationRecord.setCountry(String value) Setter forDB_ETERNAL.L_LOCATION.COUNTRY.LLocationRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.LLocationRecord.setCreatedBy(String value) Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.LLocationRecord.setFullName(String value) Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.Setter forDB_ETERNAL.L_LOCATION.KEY.LLocationRecord.setLanguage(String value) Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.LLocationRecord.setMetadata(String value) Setter forDB_ETERNAL.L_LOCATION.METADATA.Setter forDB_ETERNAL.L_LOCATION.NAME.Setter forDB_ETERNAL.L_LOCATION.POSTAL.Setter forDB_ETERNAL.L_LOCATION.REGION.LLocationRecord.setRegionId(String value) Setter forDB_ETERNAL.L_LOCATION.REGION_ID.Setter forDB_ETERNAL.L_LOCATION.SIGMA.Setter forDB_ETERNAL.L_LOCATION.STATE.LLocationRecord.setStreet1(String value) Setter forDB_ETERNAL.L_LOCATION.STREET1.LLocationRecord.setStreet2(String value) Setter forDB_ETERNAL.L_LOCATION.STREET2.LLocationRecord.setStreet3(String value) Setter forDB_ETERNAL.L_LOCATION.STREET3.LLocationRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.LLocationRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.LLocationRecord.value19(LocalDateTime value) LLocationRecord.value21(LocalDateTime value) LLocationRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, String value10, String value11, String value12, String value13, String value14, String value15, Boolean value16, String value17, String value18, LocalDateTime value19, String value20, LocalDateTime value21, String value22)