Uses of Class
cn.vertxup.lbs.domain.tables.records.LTentRecord
Packages that use LTentRecord
Package
Description
-
Uses of LTentRecord in cn.vertxup.lbs.domain
Fields in cn.vertxup.lbs.domain with type parameters of type LTentRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<LTentRecord>Keys.KEY_L_TENT_CODEstatic final org.jooq.UniqueKey<LTentRecord>Keys.KEY_L_TENT_PRIMARY -
Uses of LTentRecord in cn.vertxup.lbs.domain.tables
Fields in cn.vertxup.lbs.domain.tables with type parameters of type LTentRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<LTentRecord,Boolean> LTent.ACTIVEThe columnDB_ETERNAL.L_TENT.ACTIVE.final org.jooq.TableField<LTentRecord,String> LTent.CODEThe columnDB_ETERNAL.L_TENT.CODE.final org.jooq.TableField<LTentRecord,String> LTent.CONTACT_NAMEThe columnDB_ETERNAL.L_TENT.CONTACT_NAME.final org.jooq.TableField<LTentRecord,String> LTent.CONTACT_PHONEThe columnDB_ETERNAL.L_TENT.CONTACT_PHONE.final org.jooq.TableField<LTentRecord,LocalDateTime> LTent.CREATED_ATThe columnDB_ETERNAL.L_TENT.CREATED_AT.final org.jooq.TableField<LTentRecord,String> LTent.CREATED_BYThe columnDB_ETERNAL.L_TENT.CREATED_BY.final org.jooq.TableField<LTentRecord,String> LTent.KEYThe columnDB_ETERNAL.L_TENT.KEY.final org.jooq.TableField<LTentRecord,String> LTent.LANGUAGEThe columnDB_ETERNAL.L_TENT.LANGUAGE.final org.jooq.TableField<LTentRecord,String> LTent.LOCATION_IDThe columnDB_ETERNAL.L_TENT.LOCATION_ID.final org.jooq.TableField<LTentRecord,String> LTent.METADATAThe columnDB_ETERNAL.L_TENT.METADATA.final org.jooq.TableField<LTentRecord,String> LTent.NAMEThe columnDB_ETERNAL.L_TENT.NAME.final org.jooq.TableField<LTentRecord,Integer> LTent.ORDERThe columnDB_ETERNAL.L_TENT.ORDER.final org.jooq.TableField<LTentRecord,String> LTent.SIGMAThe columnDB_ETERNAL.L_TENT.SIGMA.final org.jooq.TableField<LTentRecord,LocalDateTime> LTent.UPDATED_ATThe columnDB_ETERNAL.L_TENT.UPDATED_AT.final org.jooq.TableField<LTentRecord,String> LTent.UPDATED_BYThe columnDB_ETERNAL.L_TENT.UPDATED_BY.final org.jooq.TableField<LTentRecord,String> LTent.YARD_IDThe columnDB_ETERNAL.L_TENT.YARD_ID.Methods in cn.vertxup.lbs.domain.tables that return types with arguments of type LTentRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LTentRecord>LTent.getPrimaryKey()LTent.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<LTentRecord>>LTent.getUniqueKeys()Constructor parameters in cn.vertxup.lbs.domain.tables with type arguments of type LTentRecordModifierConstructorDescriptionLTent(org.jooq.Table<O> child, org.jooq.ForeignKey<O, LTentRecord> key) -
Uses of LTentRecord in cn.vertxup.lbs.domain.tables.daos
Methods in cn.vertxup.lbs.domain.tables.daos that return types with arguments of type LTentRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<LTentRecord,LTent, String> LTentDao.queryExecutor() -
Uses of LTentRecord in cn.vertxup.lbs.domain.tables.records
Methods in cn.vertxup.lbs.domain.tables.records that return LTentRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.L_TENT.ACTIVE.Setter forDB_ETERNAL.L_TENT.CODE.LTentRecord.setContactName(String value) Setter forDB_ETERNAL.L_TENT.CONTACT_NAME.LTentRecord.setContactPhone(String value) Setter forDB_ETERNAL.L_TENT.CONTACT_PHONE.LTentRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_TENT.CREATED_AT.LTentRecord.setCreatedBy(String value) Setter forDB_ETERNAL.L_TENT.CREATED_BY.Setter forDB_ETERNAL.L_TENT.KEY.LTentRecord.setLanguage(String value) Setter forDB_ETERNAL.L_TENT.LANGUAGE.LTentRecord.setLocationId(String value) Setter forDB_ETERNAL.L_TENT.LOCATION_ID.LTentRecord.setMetadata(String value) Setter forDB_ETERNAL.L_TENT.METADATA.Setter forDB_ETERNAL.L_TENT.NAME.Setter forDB_ETERNAL.L_TENT.ORDER.Setter forDB_ETERNAL.L_TENT.SIGMA.LTentRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_TENT.UPDATED_AT.LTentRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.L_TENT.UPDATED_BY.Setter forDB_ETERNAL.L_TENT.YARD_ID.LTentRecord.value13(LocalDateTime value) LTentRecord.value15(LocalDateTime value) LTentRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, Integer value7, String value8, String value9, Boolean value10, String value11, String value12, LocalDateTime value13, String value14, LocalDateTime value15, String value16)