Uses of Class
cn.vertxup.atom.domain.tables.records.MJoinRecord
Packages that use MJoinRecord
Package
Description
-
Uses of MJoinRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MJoinRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MJoinRecord>Keys.KEY_M_JOIN_PRIMARY -
Uses of MJoinRecord in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables with type parameters of type MJoinRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MJoinRecord,String> MJoin.ENTITYThe columnDB_ETERNAL.M_JOIN.ENTITY.final org.jooq.TableField<MJoinRecord,String> MJoin.ENTITY_KEYThe columnDB_ETERNAL.M_JOIN.ENTITY_KEY.final org.jooq.TableField<MJoinRecord,String> MJoin.MODELThe columnDB_ETERNAL.M_JOIN.MODEL.final org.jooq.TableField<MJoinRecord,String> MJoin.NAMESPACEThe columnDB_ETERNAL.M_JOIN.NAMESPACE.final org.jooq.TableField<MJoinRecord,Integer> MJoin.PRIORITYThe columnDB_ETERNAL.M_JOIN.PRIORITY.Methods in cn.vertxup.atom.domain.tables that return types with arguments of type MJoinRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MJoinRecord>MJoin.getPrimaryKey()MJoin.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MJoinRecordModifierConstructorDescriptionMJoin(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MJoinRecord> key) -
Uses of MJoinRecord in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MJoinRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MJoinRecord,MJoin, org.jooq.Record4<String, String, String, String>> MJoinDao.queryExecutor() -
Uses of MJoinRecord in cn.vertxup.atom.domain.tables.records
Methods in cn.vertxup.atom.domain.tables.records that return MJoinRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_JOIN.ENTITY.MJoinRecord.setEntityKey(String value) Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.Setter forDB_ETERNAL.M_JOIN.MODEL.MJoinRecord.setNamespace(String value) Setter forDB_ETERNAL.M_JOIN.NAMESPACE.MJoinRecord.setPriority(Integer value) Setter forDB_ETERNAL.M_JOIN.PRIORITY.