Uses of Class
cn.vertxup.atom.domain.tables.pojos.MRelation
Packages that use MRelation
Package
Description
-
Uses of MRelation in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MRelationModifier and TypeMethodDescriptionMRelationDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMRelationDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMRelationDao.findManyByComments(Collection<String> values) Find records that haveCOMMENTS IN (values)asynchronouslyMRelationDao.findManyByComments(Collection<String> values, int limit) Find records that haveCOMMENTS IN (values)asynchronously limited by the given limitMRelationDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMRelationDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMRelationDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMRelationDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMRelationDao.findManyByDownstream(Collection<String> values) Find records that haveDOWNSTREAM IN (values)asynchronouslyMRelationDao.findManyByDownstream(Collection<String> values, int limit) Find records that haveDOWNSTREAM IN (values)asynchronously limited by the given limitMRelationDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMRelationDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMRelationDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMRelationDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMRelationDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMRelationDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMRelationDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMRelationDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMRelationDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMRelationDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMRelationDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMRelationDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitMRelationDao.findManyByUpstream(Collection<String> values) Find records that haveUPSTREAM IN (values)asynchronouslyMRelationDao.findManyByUpstream(Collection<String> values, int limit) Find records that haveUPSTREAM IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MRelationRecord,MRelation, String> MRelationDao.queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MRelation -
Uses of MRelation in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MRelationModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_RELATION.ACTIVE.MRelation.setComments(String comments) Setter forDB_ETERNAL.M_RELATION.COMMENTS.MRelation.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_RELATION.CREATED_AT.MRelation.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_RELATION.CREATED_BY.MRelation.setDownstream(String downstream) Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM.Setter forDB_ETERNAL.M_RELATION.KEY.MRelation.setLanguage(String language) Setter forDB_ETERNAL.M_RELATION.LANGUAGE.MRelation.setMetadata(String metadata) Setter forDB_ETERNAL.M_RELATION.METADATA.Setter forDB_ETERNAL.M_RELATION.SIGMA.Setter forDB_ETERNAL.M_RELATION.TYPE.MRelation.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_RELATION.UPDATED_AT.MRelation.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_RELATION.UPDATED_BY.MRelation.setUpstream(String upstream) Setter forDB_ETERNAL.M_RELATION.UPSTREAM. -
Uses of MRelation in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MRelationModifierConstructorDescriptionMRelationRecord(MRelation value) Create a detached, initialised MRelationRecord