Uses of Class
cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Packages that use MJoinRecord Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables cn.vertxup.atom.domain.tables.daos cn.vertxup.atom.domain.tables.records -
-
Uses of MJoinRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MJoinRecord Modifier and Type Field Description static 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 MJoinRecord Modifier and Type Field Description org.jooq.TableField<MJoinRecord,String>MJoin. ENTITYThe columnDB_ETERNAL.M_JOIN.ENTITY.org.jooq.TableField<MJoinRecord,String>MJoin. ENTITY_KEYThe columnDB_ETERNAL.M_JOIN.ENTITY_KEY.org.jooq.TableField<MJoinRecord,String>MJoin. MODELThe columnDB_ETERNAL.M_JOIN.MODEL.org.jooq.TableField<MJoinRecord,String>MJoin. NAMESPACEThe columnDB_ETERNAL.M_JOIN.NAMESPACE.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 MJoinRecord Modifier and Type Method Description org.jooq.UniqueKey<MJoinRecord>MJoin. getPrimaryKey()Class<MJoinRecord>MJoin. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MJoinRecord Constructor Description MJoin(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 MJoinRecord Modifier and Type Method Description io.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 MJoinRecord Modifier and Type Method Description MJoinRecordMJoinRecord. setEntity(String value)Setter forDB_ETERNAL.M_JOIN.ENTITY.MJoinRecordMJoinRecord. setEntityKey(String value)Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.MJoinRecordMJoinRecord. setModel(String value)Setter forDB_ETERNAL.M_JOIN.MODEL.MJoinRecordMJoinRecord. setNamespace(String value)Setter forDB_ETERNAL.M_JOIN.NAMESPACE.MJoinRecordMJoinRecord. setPriority(Integer value)Setter forDB_ETERNAL.M_JOIN.PRIORITY.MJoinRecordMJoinRecord. value1(String value)MJoinRecordMJoinRecord. value2(String value)MJoinRecordMJoinRecord. value3(String value)MJoinRecordMJoinRecord. value4(Integer value)MJoinRecordMJoinRecord. value5(String value)MJoinRecordMJoinRecord. values(String value1, String value2, String value3, Integer value4, String value5)
-