Uses of Class
cn.vertxup.atom.domain.tables.MKey
-
Packages that use MKey Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MKey in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MKey Modifier and Type Field Description MKeyDb. M_KEYThe tableDB_ETERNAL.M_KEY.static MKeyTables. M_KEYThe tableDB_ETERNAL.M_KEY. -
Uses of MKey in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MKey Modifier and Type Field Description static MKeyMKey. M_KEYThe reference instance ofDB_ETERNAL.M_KEYMethods in cn.vertxup.atom.domain.tables that return MKey Modifier and Type Method Description MKeyMKey. as(String alias)MKeyMKey. as(org.jooq.Name alias)MKeyMKey. rename(String name)Rename this tableMKeyMKey. rename(org.jooq.Name name)Rename this table
-