Uses of Class
cn.vertxup.atom.domain.tables.MJoin
-
Packages that use MJoin Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MJoin in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MJoin Modifier and Type Field Description MJoinDb. M_JOINThe tableDB_ETERNAL.M_JOIN.static MJoinTables. M_JOINThe tableDB_ETERNAL.M_JOIN. -
Uses of MJoin in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MJoin Modifier and Type Field Description static MJoinMJoin. M_JOINThe reference instance ofDB_ETERNAL.M_JOINMethods in cn.vertxup.atom.domain.tables that return MJoin Modifier and Type Method Description MJoinMJoin. as(String alias)MJoinMJoin. as(org.jooq.Name alias)MJoinMJoin. rename(String name)Rename this tableMJoinMJoin. rename(org.jooq.Name name)Rename this table
-