Uses of Class
cn.vertxup.atom.domain.tables.pojos.MAcc
Packages that use MAcc
Package
Description
-
Uses of MAcc in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MAccModifier and TypeMethodDescriptionMAccDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMAccDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMAccDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMAccDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMAccDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMAccDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMAccDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMAccDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMAccDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMAccDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMAccDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyMAccDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitMAccDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyMAccDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitMAccDao.findManyByRecordJson(Collection<String> values) Find records that haveRECORD_JSON IN (values)asynchronouslyMAccDao.findManyByRecordJson(Collection<String> values, int limit) Find records that haveRECORD_JSON IN (values)asynchronously limited by the given limitMAccDao.findManyByRecordRaw(Collection<String> values) Find records that haveRECORD_RAW IN (values)asynchronouslyMAccDao.findManyByRecordRaw(Collection<String> values, int limit) Find records that haveRECORD_RAW IN (values)asynchronously limited by the given limitMAccDao.findManyByRecordUnique(Collection<String> values) Find records that haveRECORD_UNIQUE IN (values)asynchronouslyMAccDao.findManyByRecordUnique(Collection<String> values, int limit) Find records that haveRECORD_UNIQUE IN (values)asynchronously limited by the given limitMAccDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMAccDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMAccDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMAccDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMAccDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMAccDao.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<MAccRecord,MAcc, String> MAccDao.queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MAcc -
Uses of MAcc in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MAccModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_ACC.ACTIVE.MAcc.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_ACC.CREATED_AT.MAcc.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_ACC.CREATED_BY.Setter forDB_ETERNAL.M_ACC.KEY.MAcc.setLanguage(String language) Setter forDB_ETERNAL.M_ACC.LANGUAGE.MAcc.setMetadata(String metadata) Setter forDB_ETERNAL.M_ACC.METADATA.MAcc.setModelId(String modelId) Setter forDB_ETERNAL.M_ACC.MODEL_ID.MAcc.setModelKey(String modelKey) Setter forDB_ETERNAL.M_ACC.MODEL_KEY.MAcc.setRecordJson(String recordJson) Setter forDB_ETERNAL.M_ACC.RECORD_JSON.MAcc.setRecordRaw(String recordRaw) Setter forDB_ETERNAL.M_ACC.RECORD_RAW.MAcc.setRecordUnique(String recordUnique) Setter forDB_ETERNAL.M_ACC.RECORD_UNIQUE.Setter forDB_ETERNAL.M_ACC.SIGMA.MAcc.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_ACC.UPDATED_AT.MAcc.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_ACC.UPDATED_BY. -
Uses of MAcc in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MAcc