Uses of Class
cn.vertxup.tpl.domain.tables.pojos.MyTpl
Packages that use MyTpl
Package
Description
-
Uses of MyTpl in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyTplModifier and TypeMethodDescriptionMyTplDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMyTplDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMyTplDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMyTplDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMyTplDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMyTplDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMyTplDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMyTplDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMyTplDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMyTplDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMyTplDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyMyTplDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitMyTplDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyMyTplDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitMyTplDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMyTplDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMyTplDao.findManyByTplId(Collection<String> values) Find records that haveTPL_ID IN (values)asynchronouslyMyTplDao.findManyByTplId(Collection<String> values, int limit) Find records that haveTPL_ID IN (values)asynchronously limited by the given limitMyTplDao.findManyByTplType(Collection<String> values) Find records that haveTPL_TYPE IN (values)asynchronouslyMyTplDao.findManyByTplType(Collection<String> values, int limit) Find records that haveTPL_TYPE IN (values)asynchronously limited by the given limitMyTplDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMyTplDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMyTplDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMyTplDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMyTplDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMyTplDao.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<MyTplRecord,MyTpl, String> MyTplDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type MyTpl -
Uses of MyTpl in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return MyTplModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_TPL.ACTIVE.MyTpl.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_TPL.CREATED_AT.MyTpl.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_TPL.CREATED_BY.Setter forDB_ETERNAL.MY_TPL.KEY.MyTpl.setLanguage(String language) Setter forDB_ETERNAL.MY_TPL.LANGUAGE.MyTpl.setMetadata(String metadata) Setter forDB_ETERNAL.MY_TPL.METADATA.Setter forDB_ETERNAL.MY_TPL.OWNER.MyTpl.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_TPL.OWNER_TYPE.Setter forDB_ETERNAL.MY_TPL.SIGMA.Setter forDB_ETERNAL.MY_TPL.TPL_ID.MyTpl.setTplType(String tplType) Setter forDB_ETERNAL.MY_TPL.TPL_TYPE.Setter forDB_ETERNAL.MY_TPL.TYPE.MyTpl.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_TPL.UPDATED_AT.MyTpl.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_TPL.UPDATED_BY. -
Uses of MyTpl in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type MyTplModifierConstructorDescriptionMyTplRecord(MyTpl value) Create a detached, initialised MyTplRecord