Uses of Class
cn.vertxup.tpl.domain.tables.pojos.MyFavor
Packages that use MyFavor
Package
Description
-
Uses of MyFavor in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyFavorModifier and TypeMethodDescriptionMyFavorDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMyFavorDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMyFavorDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMyFavorDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMyFavorDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMyFavorDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMyFavorDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMyFavorDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMyFavorDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMyFavorDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMyFavorDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyMyFavorDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitMyFavorDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyMyFavorDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitMyFavorDao.findManyByPosition(Collection<String> values) Find records that havePOSITION IN (values)asynchronouslyMyFavorDao.findManyByPosition(Collection<String> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limitMyFavorDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMyFavorDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMyFavorDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMyFavorDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUiSort(Collection<Long> values) Find records that haveUI_SORT IN (values)asynchronouslyMyFavorDao.findManyByUiSort(Collection<Long> values, int limit) Find records that haveUI_SORT IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMyFavorDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMyFavorDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUri(Collection<String> values) Find records that haveURI IN (values)asynchronouslyMyFavorDao.findManyByUri(Collection<String> values, int limit) Find records that haveURI IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUriFull(Collection<String> values) Find records that haveURI_FULL IN (values)asynchronouslyMyFavorDao.findManyByUriFull(Collection<String> values, int limit) Find records that haveURI_FULL IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUriKey(Collection<String> values) Find records that haveURI_KEY IN (values)asynchronouslyMyFavorDao.findManyByUriKey(Collection<String> values, int limit) Find records that haveURI_KEY IN (values)asynchronously limited by the given limitMyFavorDao.findManyByUriParam(Collection<String> values) Find records that haveURI_PARAM IN (values)asynchronouslyMyFavorDao.findManyByUriParam(Collection<String> values, int limit) Find records that haveURI_PARAM IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MyFavorRecord,MyFavor, String> MyFavorDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type MyFavor -
Uses of MyFavor in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return MyFavorModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_FAVOR.ACTIVE.MyFavor.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_FAVOR.CREATED_AT.MyFavor.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_FAVOR.CREATED_BY.Setter forDB_ETERNAL.MY_FAVOR.KEY.MyFavor.setLanguage(String language) Setter forDB_ETERNAL.MY_FAVOR.LANGUAGE.MyFavor.setMetadata(String metadata) Setter forDB_ETERNAL.MY_FAVOR.METADATA.Setter forDB_ETERNAL.MY_FAVOR.OWNER.MyFavor.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_FAVOR.OWNER_TYPE.MyFavor.setPosition(String position) Setter forDB_ETERNAL.MY_FAVOR.POSITION.Setter forDB_ETERNAL.MY_FAVOR.SIGMA.Setter forDB_ETERNAL.MY_FAVOR.TYPE.Setter forDB_ETERNAL.MY_FAVOR.UI_SORT.MyFavor.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_FAVOR.UPDATED_AT.MyFavor.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_FAVOR.UPDATED_BY.Setter forDB_ETERNAL.MY_FAVOR.URI.MyFavor.setUriFull(String uriFull) Setter forDB_ETERNAL.MY_FAVOR.URI_FULL.Setter forDB_ETERNAL.MY_FAVOR.URI_KEY.MyFavor.setUriParam(String uriParam) Setter forDB_ETERNAL.MY_FAVOR.URI_PARAM. -
Uses of MyFavor in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type MyFavorModifierConstructorDescriptionMyFavorRecord(MyFavor value) Create a detached, initialised MyFavorRecord