Uses of Class
cn.vertxup.atom.domain.tables.pojos.MJoin
-
-
Uses of MJoin in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MJoin Modifier and Type Method Description io.vertx.core.Future<List<MJoin>>MJoinDao. findManyByEntity(Collection<String> values)Find records that haveENTITY IN (values)asynchronouslyio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByEntity(Collection<String> values, int limit)Find records that haveENTITY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByEntityKey(Collection<String> values)Find records that haveENTITY_KEY IN (values)asynchronouslyio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByEntityKey(Collection<String> values, int limit)Find records that haveENTITY_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByNamespace(Collection<String> values)Find records that haveNAMESPACE IN (values)asynchronouslyio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByNamespace(Collection<String> values, int limit)Find records that haveNAMESPACE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByPriority(Collection<Integer> values)Find records that havePRIORITY IN (values)asynchronouslyio.vertx.core.Future<List<MJoin>>MJoinDao. findManyByPriority(Collection<Integer> values, int limit)Find records that havePRIORITY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MJoinRecord,MJoin,org.jooq.Record4<String,String,String,String>>MJoinDao. queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MJoin Modifier and Type Method Description protected org.jooq.Record4<String,String,String,String>MJoinDao. getId(MJoin object) -
Uses of MJoin in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MJoin Modifier and Type Method Description MJoinMJoin. setEntity(String entity)Setter forDB_ETERNAL.M_JOIN.ENTITY.MJoinMJoin. setEntityKey(String entityKey)Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.MJoinMJoin. setModel(String model)Setter forDB_ETERNAL.M_JOIN.MODEL.MJoinMJoin. setNamespace(String namespace)Setter forDB_ETERNAL.M_JOIN.NAMESPACE.MJoinMJoin. setPriority(Integer priority)Setter forDB_ETERNAL.M_JOIN.PRIORITY. -
Uses of MJoin in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MJoin Constructor Description MJoinRecord(MJoin value)Create a detached, initialised MJoinRecord -
Uses of MJoin in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return types with arguments of type MJoin Modifier and Type Method Description Set<MJoin>Model. dbJoins() -
Uses of MJoin in io.vertx.tp.atom.modeling.element
Methods in io.vertx.tp.atom.modeling.element that return MJoin Modifier and Type Method Description MJoinDataTpl. joinLeader()Method parameters in io.vertx.tp.atom.modeling.element with type arguments of type MJoin Modifier and Type Method Description ConcurrentMap<String,String>DataTpl. joinVoters(Predicate<MJoin> predicate) -
Uses of MJoin in io.vertx.tp.modular.id
Method parameters in io.vertx.tp.modular.id with type arguments of type MJoin Modifier and Type Method Description voidAoId. connect(Record record, ConcurrentMap<String,DataMatrix> keys, ConcurrentMap<String,DataMatrix> matrix, Set<MJoin> joins)static <T> StringAoId. keyInfo(Set<MJoin> joins) -
Uses of MJoin in io.vertx.tp.optic.modeling
Methods in io.vertx.tp.optic.modeling that return types with arguments of type MJoin Modifier and Type Method Description Set<MJoin>JsonModel. dbJoins()
-