Uses of Class
cn.vertxup.erp.domain.tables.pojos.EBrand
Packages that use EBrand
Package
Description
-
Uses of EBrand in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type EBrandModifier and TypeMethodDescriptionEBrandDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyEBrandDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitEBrandDao.findManyByAlias(Collection<String> values) Find records that haveALIAS IN (values)asynchronouslyEBrandDao.findManyByAlias(Collection<String> values, int limit) Find records that haveALIAS IN (values)asynchronously limited by the given limitEBrandDao.findManyByArea(Collection<String> values) Find records that haveAREA IN (values)asynchronouslyEBrandDao.findManyByArea(Collection<String> values, int limit) Find records that haveAREA IN (values)asynchronously limited by the given limitEBrandDao.findManyByAreaCategory(Collection<String> values) Find records that haveAREA_CATEGORY IN (values)asynchronouslyEBrandDao.findManyByAreaCategory(Collection<String> values, int limit) Find records that haveAREA_CATEGORY IN (values)asynchronously limited by the given limitEBrandDao.findManyByAreaName(Collection<String> values) Find records that haveAREA_NAME IN (values)asynchronouslyEBrandDao.findManyByAreaName(Collection<String> values, int limit) Find records that haveAREA_NAME IN (values)asynchronously limited by the given limitEBrandDao.findManyByCategoryCode(Collection<String> values) Find records that haveCATEGORY_CODE IN (values)asynchronouslyEBrandDao.findManyByCategoryCode(Collection<String> values, int limit) Find records that haveCATEGORY_CODE IN (values)asynchronously limited by the given limitEBrandDao.findManyByCategoryName(Collection<String> values) Find records that haveCATEGORY_NAME IN (values)asynchronouslyEBrandDao.findManyByCategoryName(Collection<String> values, int limit) Find records that haveCATEGORY_NAME IN (values)asynchronously limited by the given limitEBrandDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyEBrandDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitEBrandDao.findManyByCompanyName(Collection<String> values) Find records that haveCOMPANY_NAME IN (values)asynchronouslyEBrandDao.findManyByCompanyName(Collection<String> values, int limit) Find records that haveCOMPANY_NAME IN (values)asynchronously limited by the given limitEBrandDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyEBrandDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitEBrandDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyEBrandDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitEBrandDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyEBrandDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitEBrandDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyEBrandDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitEBrandDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyEBrandDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitEBrandDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyEBrandDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitEBrandDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyEBrandDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitEBrandDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyEBrandDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EBrandRecord,EBrand, String> EBrandDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type EBrand -
Uses of EBrand in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return EBrandModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_BRAND.ACTIVE.Setter forDB_ETERNAL.E_BRAND.ALIAS.Setter forDB_ETERNAL.E_BRAND.AREA.EBrand.setAreaCategory(String areaCategory) Setter forDB_ETERNAL.E_BRAND.AREA_CATEGORY.EBrand.setAreaName(String areaName) Setter forDB_ETERNAL.E_BRAND.AREA_NAME.EBrand.setCategoryCode(String categoryCode) Setter forDB_ETERNAL.E_BRAND.CATEGORY_CODE.EBrand.setCategoryName(String categoryName) Setter forDB_ETERNAL.E_BRAND.CATEGORY_NAME.Setter forDB_ETERNAL.E_BRAND.CODE.EBrand.setCompanyName(String companyName) Setter forDB_ETERNAL.E_BRAND.COMPANY_NAME.EBrand.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.E_BRAND.CREATED_AT.EBrand.setCreatedBy(String createdBy) Setter forDB_ETERNAL.E_BRAND.CREATED_BY.Setter forDB_ETERNAL.E_BRAND.KEY.EBrand.setLanguage(String language) Setter forDB_ETERNAL.E_BRAND.LANGUAGE.EBrand.setMetadata(String metadata) Setter forDB_ETERNAL.E_BRAND.METADATA.Setter forDB_ETERNAL.E_BRAND.NAME.Setter forDB_ETERNAL.E_BRAND.SIGMA.EBrand.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.E_BRAND.UPDATED_AT.EBrand.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.E_BRAND.UPDATED_BY. -
Uses of EBrand in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type EBrandModifierConstructorDescriptionEBrandRecord(EBrand value) Create a detached, initialised EBrandRecord