Uses of Class
cn.vertxup.tpl.domain.tables.pojos.MyBag
Packages that use MyBag
Package
Description
-
Uses of MyBag in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyBagModifier and TypeMethodDescriptionMyBagDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMyBagDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMyBagDao.findManyByBagId(Collection<String> values) Find records that haveBAG_ID IN (values)asynchronouslyMyBagDao.findManyByBagId(Collection<String> values, int limit) Find records that haveBAG_ID IN (values)asynchronously limited by the given limitMyBagDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMyBagDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMyBagDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMyBagDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMyBagDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMyBagDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMyBagDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMyBagDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMyBagDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyMyBagDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitMyBagDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyMyBagDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitMyBagDao.findManyByPosition(Collection<String> values) Find records that havePOSITION IN (values)asynchronouslyMyBagDao.findManyByPosition(Collection<String> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limitMyBagDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMyBagDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMyBagDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMyBagDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMyBagDao.findManyByUiSort(Collection<Long> values) Find records that haveUI_SORT IN (values)asynchronouslyMyBagDao.findManyByUiSort(Collection<Long> values, int limit) Find records that haveUI_SORT IN (values)asynchronously limited by the given limitMyBagDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMyBagDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMyBagDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMyBagDao.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<MyBagRecord,MyBag, String> MyBagDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type MyBag -
Uses of MyBag in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return MyBagModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_BAG.ACTIVE.Setter forDB_ETERNAL.MY_BAG.BAG_ID.MyBag.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_BAG.CREATED_AT.MyBag.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_BAG.CREATED_BY.Setter forDB_ETERNAL.MY_BAG.KEY.MyBag.setLanguage(String language) Setter forDB_ETERNAL.MY_BAG.LANGUAGE.MyBag.setMetadata(String metadata) Setter forDB_ETERNAL.MY_BAG.METADATA.Setter forDB_ETERNAL.MY_BAG.OWNER.MyBag.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_BAG.OWNER_TYPE.MyBag.setPosition(String position) Setter forDB_ETERNAL.MY_BAG.POSITION.Setter forDB_ETERNAL.MY_BAG.SIGMA.Setter forDB_ETERNAL.MY_BAG.TYPE.Setter forDB_ETERNAL.MY_BAG.UI_SORT.MyBag.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_BAG.UPDATED_AT.MyBag.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_BAG.UPDATED_BY. -
Uses of MyBag in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type MyBagModifierConstructorDescriptionMyBagRecord(MyBag value) Create a detached, initialised MyBagRecord