Uses of Class
cn.vertxup.tpl.domain.tables.pojos.TplModel
Packages that use TplModel
Package
Description
-
Uses of TplModel in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type TplModelModifier and TypeMethodDescriptionTplModelDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyTplModelDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitTplModelDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyTplModelDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitTplModelDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyTplModelDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitTplModelDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyTplModelDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitTplModelDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyTplModelDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitTplModelDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyTplModelDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitTplModelDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyTplModelDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitTplModelDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyTplModelDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplAcl(Collection<String> values) Find records that haveTPL_ACL IN (values)asynchronouslyTplModelDao.findManyByTplAcl(Collection<String> values, int limit) Find records that haveTPL_ACL IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplAclVisit(Collection<String> values) Find records that haveTPL_ACL_VISIT IN (values)asynchronouslyTplModelDao.findManyByTplAclVisit(Collection<String> values, int limit) Find records that haveTPL_ACL_VISIT IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplApi(Collection<String> values) Find records that haveTPL_API IN (values)asynchronouslyTplModelDao.findManyByTplApi(Collection<String> values, int limit) Find records that haveTPL_API IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplCategory(Collection<String> values) Find records that haveTPL_CATEGORY IN (values)asynchronouslyTplModelDao.findManyByTplCategory(Collection<String> values, int limit) Find records that haveTPL_CATEGORY IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplEntity(Collection<String> values) Find records that haveTPL_ENTITY IN (values)asynchronouslyTplModelDao.findManyByTplEntity(Collection<String> values, int limit) Find records that haveTPL_ENTITY IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplIntegration(Collection<String> values) Find records that haveTPL_INTEGRATION IN (values)asynchronouslyTplModelDao.findManyByTplIntegration(Collection<String> values, int limit) Find records that haveTPL_INTEGRATION IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplJob(Collection<String> values) Find records that haveTPL_JOB IN (values)asynchronouslyTplModelDao.findManyByTplJob(Collection<String> values, int limit) Find records that haveTPL_JOB IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplModel(Collection<String> values) Find records that haveTPL_MODEL IN (values)asynchronouslyTplModelDao.findManyByTplModel(Collection<String> values, int limit) Find records that haveTPL_MODEL IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplUi(Collection<String> values) Find records that haveTPL_UI IN (values)asynchronouslyTplModelDao.findManyByTplUi(Collection<String> values, int limit) Find records that haveTPL_UI IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplUiForm(Collection<String> values) Find records that haveTPL_UI_FORM IN (values)asynchronouslyTplModelDao.findManyByTplUiForm(Collection<String> values, int limit) Find records that haveTPL_UI_FORM IN (values)asynchronously limited by the given limitTplModelDao.findManyByTplUiList(Collection<String> values) Find records that haveTPL_UI_LIST IN (values)asynchronouslyTplModelDao.findManyByTplUiList(Collection<String> values, int limit) Find records that haveTPL_UI_LIST IN (values)asynchronously limited by the given limitTplModelDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyTplModelDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitTplModelDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyTplModelDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitTplModelDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyTplModelDao.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<TplModelRecord,TplModel, String> TplModelDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type TplModel -
Uses of TplModel in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return TplModelModifier and TypeMethodDescriptionSetter forDB_ETERNAL.TPL_MODEL.ACTIVE.Setter forDB_ETERNAL.TPL_MODEL.CODE.TplModel.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.TPL_MODEL.CREATED_AT.TplModel.setCreatedBy(String createdBy) Setter forDB_ETERNAL.TPL_MODEL.CREATED_BY.Setter forDB_ETERNAL.TPL_MODEL.KEY.TplModel.setLanguage(String language) Setter forDB_ETERNAL.TPL_MODEL.LANGUAGE.TplModel.setMetadata(String metadata) Setter forDB_ETERNAL.TPL_MODEL.METADATA.Setter forDB_ETERNAL.TPL_MODEL.NAME.Setter forDB_ETERNAL.TPL_MODEL.SIGMA.Setter forDB_ETERNAL.TPL_MODEL.TPL_ACL.TplModel.setTplAclVisit(String tplAclVisit) Setter forDB_ETERNAL.TPL_MODEL.TPL_ACL_VISIT.Setter forDB_ETERNAL.TPL_MODEL.TPL_API.TplModel.setTplCategory(String tplCategory) Setter forDB_ETERNAL.TPL_MODEL.TPL_CATEGORY.TplModel.setTplEntity(String tplEntity) Setter forDB_ETERNAL.TPL_MODEL.TPL_ENTITY.TplModel.setTplIntegration(String tplIntegration) Setter forDB_ETERNAL.TPL_MODEL.TPL_INTEGRATION.Setter forDB_ETERNAL.TPL_MODEL.TPL_JOB.TplModel.setTplModel(String tplModel) Setter forDB_ETERNAL.TPL_MODEL.TPL_MODEL.Setter forDB_ETERNAL.TPL_MODEL.TPL_UI.TplModel.setTplUiForm(String tplUiForm) Setter forDB_ETERNAL.TPL_MODEL.TPL_UI_FORM.TplModel.setTplUiList(String tplUiList) Setter forDB_ETERNAL.TPL_MODEL.TPL_UI_LIST.Setter forDB_ETERNAL.TPL_MODEL.TYPE.TplModel.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.TPL_MODEL.UPDATED_AT.TplModel.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.TPL_MODEL.UPDATED_BY. -
Uses of TplModel in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type TplModelModifierConstructorDescriptionTplModelRecord(TplModel value) Create a detached, initialised TplModelRecord