Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XAttachment
Packages that use XAttachment
Package
Description
-
Uses of XAttachment in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XAttachmentModifier and TypeMethodDescriptionio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByDirectoryId(Collection<String> values) Find records that haveDIRECTORY_ID IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByDirectoryId(Collection<String> values, int limit) Find records that haveDIRECTORY_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByExtension(Collection<String> values) Find records that haveEXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByExtension(Collection<String> values, int limit) Find records that haveEXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFileKey(Collection<String> values) Find records that haveFILE_KEY IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFileKey(Collection<String> values, int limit) Find records that haveFILE_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFileName(Collection<String> values) Find records that haveFILE_NAME IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFileName(Collection<String> values, int limit) Find records that haveFILE_NAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFilePath(Collection<String> values) Find records that haveFILE_PATH IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFilePath(Collection<String> values, int limit) Find records that haveFILE_PATH IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFileUrl(Collection<String> values) Find records that haveFILE_URL IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByFileUrl(Collection<String> values, int limit) Find records that haveFILE_URL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByMime(Collection<String> values) Find records that haveMIME IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByMime(Collection<String> values, int limit) Find records that haveMIME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByModelCategory(Collection<String> values) Find records that haveMODEL_CATEGORY IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByModelCategory(Collection<String> values, int limit) Find records that haveMODEL_CATEGORY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyBySize(Collection<Integer> values) Find records that haveSIZE IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyBySize(Collection<Integer> values, int limit) Find records that haveSIZE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStorePath(Collection<String> values) Find records that haveSTORE_PATH IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStorePath(Collection<String> values, int limit) Find records that haveSTORE_PATH IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStoreUri(Collection<String> values) Find records that haveSTORE_URI IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStoreUri(Collection<String> values, int limit) Find records that haveSTORE_URI IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStoreWay(Collection<String> values) Find records that haveSTORE_WAY IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByStoreWay(Collection<String> values, int limit) Find records that haveSTORE_WAY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<XAttachment>>XAttachmentDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<XAttachment>>XAttachmentDao.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<XAttachmentRecord,XAttachment, String> XAttachmentDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XAttachment -
Uses of XAttachment in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XAttachmentModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_ATTACHMENT.ACTIVE.XAttachment.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_ATTACHMENT.CREATED_AT.XAttachment.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_ATTACHMENT.CREATED_BY.XAttachment.setDirectoryId(String directoryId) Setter forDB_ETERNAL.X_ATTACHMENT.DIRECTORY_ID.XAttachment.setExtension(String extension) Setter forDB_ETERNAL.X_ATTACHMENT.EXTENSION.XAttachment.setFileKey(String fileKey) Setter forDB_ETERNAL.X_ATTACHMENT.FILE_KEY.XAttachment.setFileName(String fileName) Setter forDB_ETERNAL.X_ATTACHMENT.FILE_NAME.XAttachment.setFilePath(String filePath) Setter forDB_ETERNAL.X_ATTACHMENT.FILE_PATH.XAttachment.setFileUrl(String fileUrl) Setter forDB_ETERNAL.X_ATTACHMENT.FILE_URL.Setter forDB_ETERNAL.X_ATTACHMENT.KEY.XAttachment.setLanguage(String language) Setter forDB_ETERNAL.X_ATTACHMENT.LANGUAGE.XAttachment.setMetadata(String metadata) Setter forDB_ETERNAL.X_ATTACHMENT.METADATA.Setter forDB_ETERNAL.X_ATTACHMENT.MIME.XAttachment.setModelCategory(String modelCategory) Setter forDB_ETERNAL.X_ATTACHMENT.MODEL_CATEGORY.XAttachment.setModelId(String modelId) Setter forDB_ETERNAL.X_ATTACHMENT.MODEL_ID.XAttachment.setModelKey(String modelKey) Setter forDB_ETERNAL.X_ATTACHMENT.MODEL_KEY.Setter forDB_ETERNAL.X_ATTACHMENT.NAME.Setter forDB_ETERNAL.X_ATTACHMENT.SIGMA.Setter forDB_ETERNAL.X_ATTACHMENT.SIZE.Setter forDB_ETERNAL.X_ATTACHMENT.STATUS.XAttachment.setStorePath(String storePath) Setter forDB_ETERNAL.X_ATTACHMENT.STORE_PATH.XAttachment.setStoreUri(String storeUri) Setter forDB_ETERNAL.X_ATTACHMENT.STORE_URI.XAttachment.setStoreWay(String storeWay) Setter forDB_ETERNAL.X_ATTACHMENT.STORE_WAY.Setter forDB_ETERNAL.X_ATTACHMENT.TYPE.XAttachment.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_ATTACHMENT.UPDATED_AT.XAttachment.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_ATTACHMENT.UPDATED_BY. -
Uses of XAttachment in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XAttachmentModifierConstructorDescriptionXAttachmentRecord(XAttachment value) Create a detached, initialised XAttachmentRecord