Uses of Class
cn.vertxup.atom.domain.tables.pojos.MEntity
Packages that use MEntity
Package
Description
-
Uses of MEntity in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MEntityModifier and TypeMethodDescriptionMEntityDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMEntityDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMEntityDao.findManyByComments(Collection<String> values) Find records that haveCOMMENTS IN (values)asynchronouslyMEntityDao.findManyByComments(Collection<String> values, int limit) Find records that haveCOMMENTS IN (values)asynchronously limited by the given limitMEntityDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMEntityDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMEntityDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMEntityDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMEntityDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslyMEntityDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitMEntityDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMEntityDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMEntityDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMEntityDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMEntityDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyMEntityDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitMEntityDao.findManyByNamespace(Collection<String> values) Find records that haveNAMESPACE IN (values)asynchronouslyMEntityDao.findManyByNamespace(Collection<String> values, int limit) Find records that haveNAMESPACE IN (values)asynchronously limited by the given limitMEntityDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMEntityDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMEntityDao.findManyByTableName(Collection<String> values) Find records that haveTABLE_NAME IN (values)asynchronouslyMEntityDao.findManyByTableName(Collection<String> values, int limit) Find records that haveTABLE_NAME IN (values)asynchronously limited by the given limitMEntityDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMEntityDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMEntityDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMEntityDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMEntityDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMEntityDao.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<MEntityRecord,MEntity, String> MEntityDao.queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MEntity -
Uses of MEntity in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MEntityModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_ENTITY.ACTIVE.MEntity.setComments(String comments) Setter forDB_ETERNAL.M_ENTITY.COMMENTS.MEntity.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_ENTITY.CREATED_AT.MEntity.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_ENTITY.CREATED_BY.MEntity.setIdentifier(String identifier) Setter forDB_ETERNAL.M_ENTITY.IDENTIFIER.Setter forDB_ETERNAL.M_ENTITY.KEY.MEntity.setLanguage(String language) Setter forDB_ETERNAL.M_ENTITY.LANGUAGE.MEntity.setMetadata(String metadata) Setter forDB_ETERNAL.M_ENTITY.METADATA.Setter forDB_ETERNAL.M_ENTITY.NAME.MEntity.setNamespace(String namespace) Setter forDB_ETERNAL.M_ENTITY.NAMESPACE.Setter forDB_ETERNAL.M_ENTITY.SIGMA.MEntity.setTableName(String tableName) Setter forDB_ETERNAL.M_ENTITY.TABLE_NAME.Setter forDB_ETERNAL.M_ENTITY.TYPE.MEntity.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_ENTITY.UPDATED_AT.MEntity.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_ENTITY.UPDATED_BY. -
Uses of MEntity in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MEntityModifierConstructorDescriptionMEntityRecord(MEntity value) Create a detached, initialised MEntityRecord -
Uses of MEntity in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return MEntity -
Uses of MEntity in io.vertx.tp.atom.modeling.builtin
Methods in io.vertx.tp.atom.modeling.builtin that return MEntity