Uses of Class
cn.vertxup.atom.domain.tables.MRelation
-
Packages that use MRelation Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MRelation in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MRelation Modifier and Type Field Description MRelationDb. M_RELATIONThe tableDB_ETERNAL.M_RELATION.static MRelationTables. M_RELATIONThe tableDB_ETERNAL.M_RELATION. -
Uses of MRelation in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MRelation Modifier and Type Field Description static MRelationMRelation. M_RELATIONThe reference instance ofDB_ETERNAL.M_RELATIONMethods in cn.vertxup.atom.domain.tables that return MRelation Modifier and Type Method Description MRelationMRelation. as(String alias)MRelationMRelation. as(org.jooq.Name alias)MRelationMRelation. rename(String name)Rename this tableMRelationMRelation. rename(org.jooq.Name name)Rename this table
-