Uses of Class
cn.vertxup.atom.domain.tables.MField
-
Packages that use MField Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MField in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MField Modifier and Type Field Description MFieldDb. M_FIELDThe tableDB_ETERNAL.M_FIELD.static MFieldTables. M_FIELDThe tableDB_ETERNAL.M_FIELD. -
Uses of MField in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MField Modifier and Type Field Description static MFieldMField. M_FIELDThe reference instance ofDB_ETERNAL.M_FIELDMethods in cn.vertxup.atom.domain.tables that return MField Modifier and Type Method Description MFieldMField. as(String alias)MFieldMField. as(org.jooq.Name alias)MFieldMField. rename(String name)Rename this tableMFieldMField. rename(org.jooq.Name name)Rename this table
-