Uses of Class
cn.vertxup.erp.domain.tables.records.EBrandRecord
Packages that use EBrandRecord
Package
Description
-
Uses of EBrandRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type EBrandRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<EBrandRecord>Keys.KEY_E_BRAND_CODEstatic final org.jooq.UniqueKey<EBrandRecord>Keys.KEY_E_BRAND_PRIMARY -
Uses of EBrandRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type EBrandRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<EBrandRecord,Boolean> EBrand.ACTIVEThe columnDB_ETERNAL.E_BRAND.ACTIVE.final org.jooq.TableField<EBrandRecord,String> EBrand.ALIASThe columnDB_ETERNAL.E_BRAND.ALIAS.final org.jooq.TableField<EBrandRecord,String> EBrand.AREAThe columnDB_ETERNAL.E_BRAND.AREA.final org.jooq.TableField<EBrandRecord,String> EBrand.AREA_CATEGORYThe columnDB_ETERNAL.E_BRAND.AREA_CATEGORY.final org.jooq.TableField<EBrandRecord,String> EBrand.AREA_NAMEThe columnDB_ETERNAL.E_BRAND.AREA_NAME.final org.jooq.TableField<EBrandRecord,String> EBrand.CATEGORY_CODEThe columnDB_ETERNAL.E_BRAND.CATEGORY_CODE.final org.jooq.TableField<EBrandRecord,String> EBrand.CATEGORY_NAMEThe columnDB_ETERNAL.E_BRAND.CATEGORY_NAME.final org.jooq.TableField<EBrandRecord,String> EBrand.CODEThe columnDB_ETERNAL.E_BRAND.CODE.final org.jooq.TableField<EBrandRecord,String> EBrand.COMPANY_NAMEThe columnDB_ETERNAL.E_BRAND.COMPANY_NAME.final org.jooq.TableField<EBrandRecord,LocalDateTime> EBrand.CREATED_ATThe columnDB_ETERNAL.E_BRAND.CREATED_AT.final org.jooq.TableField<EBrandRecord,String> EBrand.CREATED_BYThe columnDB_ETERNAL.E_BRAND.CREATED_BY.final org.jooq.TableField<EBrandRecord,String> EBrand.KEYThe columnDB_ETERNAL.E_BRAND.KEY.final org.jooq.TableField<EBrandRecord,String> EBrand.LANGUAGEThe columnDB_ETERNAL.E_BRAND.LANGUAGE.final org.jooq.TableField<EBrandRecord,String> EBrand.METADATAThe columnDB_ETERNAL.E_BRAND.METADATA.final org.jooq.TableField<EBrandRecord,String> EBrand.NAMEThe columnDB_ETERNAL.E_BRAND.NAME.final org.jooq.TableField<EBrandRecord,String> EBrand.SIGMAThe columnDB_ETERNAL.E_BRAND.SIGMA.final org.jooq.TableField<EBrandRecord,LocalDateTime> EBrand.UPDATED_ATThe columnDB_ETERNAL.E_BRAND.UPDATED_AT.final org.jooq.TableField<EBrandRecord,String> EBrand.UPDATED_BYThe columnDB_ETERNAL.E_BRAND.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type EBrandRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<EBrandRecord>EBrand.getPrimaryKey()EBrand.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<EBrandRecord>>EBrand.getUniqueKeys()Constructor parameters in cn.vertxup.erp.domain.tables with type arguments of type EBrandRecordModifierConstructorDescriptionEBrand(org.jooq.Table<O> child, org.jooq.ForeignKey<O, EBrandRecord> key) -
Uses of EBrandRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type EBrandRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EBrandRecord,EBrand, String> EBrandDao.queryExecutor() -
Uses of EBrandRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return EBrandRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_BRAND.ACTIVE.Setter forDB_ETERNAL.E_BRAND.ALIAS.Setter forDB_ETERNAL.E_BRAND.AREA.EBrandRecord.setAreaCategory(String value) Setter forDB_ETERNAL.E_BRAND.AREA_CATEGORY.EBrandRecord.setAreaName(String value) Setter forDB_ETERNAL.E_BRAND.AREA_NAME.EBrandRecord.setCategoryCode(String value) Setter forDB_ETERNAL.E_BRAND.CATEGORY_CODE.EBrandRecord.setCategoryName(String value) Setter forDB_ETERNAL.E_BRAND.CATEGORY_NAME.Setter forDB_ETERNAL.E_BRAND.CODE.EBrandRecord.setCompanyName(String value) Setter forDB_ETERNAL.E_BRAND.COMPANY_NAME.EBrandRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_BRAND.CREATED_AT.EBrandRecord.setCreatedBy(String value) Setter forDB_ETERNAL.E_BRAND.CREATED_BY.Setter forDB_ETERNAL.E_BRAND.KEY.EBrandRecord.setLanguage(String value) Setter forDB_ETERNAL.E_BRAND.LANGUAGE.EBrandRecord.setMetadata(String value) Setter forDB_ETERNAL.E_BRAND.METADATA.Setter forDB_ETERNAL.E_BRAND.NAME.Setter forDB_ETERNAL.E_BRAND.SIGMA.EBrandRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_BRAND.UPDATED_AT.EBrandRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.E_BRAND.UPDATED_BY.EBrandRecord.value15(LocalDateTime value) EBrandRecord.value17(LocalDateTime value) EBrandRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, String value10, String value11, Boolean value12, String value13, String value14, LocalDateTime value15, String value16, LocalDateTime value17, String value18)