Uses of Class
cn.vertxup.atom.domain.tables.MModel
-
Packages that use MModel Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MModel in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MModel Modifier and Type Field Description MModelDb. M_MODELThe tableDB_ETERNAL.M_MODEL.static MModelTables. M_MODELThe tableDB_ETERNAL.M_MODEL. -
Uses of MModel in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MModel Modifier and Type Field Description static MModelMModel. M_MODELThe reference instance ofDB_ETERNAL.M_MODELMethods in cn.vertxup.atom.domain.tables that return MModel Modifier and Type Method Description MModelMModel. as(String alias)MModelMModel. as(org.jooq.Name alias)MModelMModel. rename(String name)Rename this tableMModelMModel. rename(org.jooq.Name name)Rename this table
-