Uses of Class
cn.vertxup.graphic.domain.tables.pojos.GGraphic
Packages that use GGraphic
Package
Description
-
Uses of GGraphic in cn.vertxup.graphic.domain.tables.daos
Methods in cn.vertxup.graphic.domain.tables.daos that return types with arguments of type GGraphicModifier and TypeMethodDescriptionGGraphicDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyGGraphicDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitGGraphicDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyGGraphicDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitGGraphicDao.findManyByComments(Collection<String> values) Find records that haveCOMMENTS IN (values)asynchronouslyGGraphicDao.findManyByComments(Collection<String> values, int limit) Find records that haveCOMMENTS IN (values)asynchronously limited by the given limitGGraphicDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyGGraphicDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitGGraphicDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyGGraphicDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitGGraphicDao.findManyByGraphicId(Collection<String> values) Find records that haveGRAPHIC_ID IN (values)asynchronouslyGGraphicDao.findManyByGraphicId(Collection<String> values, int limit) Find records that haveGRAPHIC_ID IN (values)asynchronously limited by the given limitGGraphicDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyGGraphicDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitGGraphicDao.findManyByMaster(Collection<Boolean> values) Find records that haveMASTER IN (values)asynchronouslyGGraphicDao.findManyByMaster(Collection<Boolean> values, int limit) Find records that haveMASTER IN (values)asynchronously limited by the given limitGGraphicDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyGGraphicDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitGGraphicDao.findManyByMode(Collection<String> values) Find records that haveMODE IN (values)asynchronouslyGGraphicDao.findManyByMode(Collection<String> values, int limit) Find records that haveMODE IN (values)asynchronously limited by the given limitGGraphicDao.findManyByModelCategory(Collection<String> values) Find records that haveMODEL_CATEGORY IN (values)asynchronouslyGGraphicDao.findManyByModelCategory(Collection<String> values, int limit) Find records that haveMODEL_CATEGORY IN (values)asynchronously limited by the given limitGGraphicDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyGGraphicDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitGGraphicDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyGGraphicDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitGGraphicDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyGGraphicDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitGGraphicDao.findManyByOwnerId(Collection<String> values) Find records that haveOWNER_ID IN (values)asynchronouslyGGraphicDao.findManyByOwnerId(Collection<String> values, int limit) Find records that haveOWNER_ID IN (values)asynchronously limited by the given limitGGraphicDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyGGraphicDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitGGraphicDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyGGraphicDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitGGraphicDao.findManyByUi(Collection<String> values) Find records that haveUI IN (values)asynchronouslyGGraphicDao.findManyByUi(Collection<String> values, int limit) Find records that haveUI IN (values)asynchronously limited by the given limitGGraphicDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyGGraphicDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitGGraphicDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyGGraphicDao.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<GGraphicRecord,GGraphic, String> GGraphicDao.queryExecutor()Methods in cn.vertxup.graphic.domain.tables.daos with parameters of type GGraphic -
Uses of GGraphic in cn.vertxup.graphic.domain.tables.pojos
Methods in cn.vertxup.graphic.domain.tables.pojos that return GGraphicModifier and TypeMethodDescriptionSetter forDB_ETERNAL.G_GRAPHIC.ACTIVE.Setter forDB_ETERNAL.G_GRAPHIC.CODE.GGraphic.setComments(String comments) Setter forDB_ETERNAL.G_GRAPHIC.COMMENTS.GGraphic.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.G_GRAPHIC.CREATED_AT.GGraphic.setCreatedBy(String createdBy) Setter forDB_ETERNAL.G_GRAPHIC.CREATED_BY.GGraphic.setGraphicId(String graphicId) Setter forDB_ETERNAL.G_GRAPHIC.GRAPHIC_ID.Setter forDB_ETERNAL.G_GRAPHIC.KEY.GGraphic.setLanguage(String language) Setter forDB_ETERNAL.G_GRAPHIC.LANGUAGE.Setter forDB_ETERNAL.G_GRAPHIC.MASTER.GGraphic.setMetadata(String metadata) Setter forDB_ETERNAL.G_GRAPHIC.METADATA.Setter forDB_ETERNAL.G_GRAPHIC.MODE.GGraphic.setModelCategory(String modelCategory) Setter forDB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY.GGraphic.setModelId(String modelId) Setter forDB_ETERNAL.G_GRAPHIC.MODEL_ID.GGraphic.setModelKey(String modelKey) Setter forDB_ETERNAL.G_GRAPHIC.MODEL_KEY.Setter forDB_ETERNAL.G_GRAPHIC.NAME.GGraphic.setOwnerId(String ownerId) Setter forDB_ETERNAL.G_GRAPHIC.OWNER_ID.Setter forDB_ETERNAL.G_GRAPHIC.SIGMA.Setter forDB_ETERNAL.G_GRAPHIC.TYPE.Setter forDB_ETERNAL.G_GRAPHIC.UI.GGraphic.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.G_GRAPHIC.UPDATED_AT.GGraphic.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.G_GRAPHIC.UPDATED_BY. -
Uses of GGraphic in cn.vertxup.graphic.domain.tables.records
Constructors in cn.vertxup.graphic.domain.tables.records with parameters of type GGraphicModifierConstructorDescriptionGGraphicRecord(GGraphic value) Create a detached, initialised GGraphicRecord