Uses of Class
cn.vertxup.atom.domain.tables.MAttribute
-
Packages that use MAttribute Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MAttribute in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MAttribute Modifier and Type Field Description MAttributeDb. M_ATTRIBUTEThe tableDB_ETERNAL.M_ATTRIBUTE.static MAttributeTables. M_ATTRIBUTEThe tableDB_ETERNAL.M_ATTRIBUTE. -
Uses of MAttribute in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MAttribute Modifier and Type Field Description static MAttributeMAttribute. M_ATTRIBUTEThe reference instance ofDB_ETERNAL.M_ATTRIBUTEMethods in cn.vertxup.atom.domain.tables that return MAttribute Modifier and Type Method Description MAttributeMAttribute. as(String alias)MAttributeMAttribute. as(org.jooq.Name alias)MAttributeMAttribute. rename(String name)Rename this tableMAttributeMAttribute. rename(org.jooq.Name name)Rename this table
-