Uses of Class
cn.vertxup.atom.domain.tables.MEntity
-
Packages that use MEntity Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables -
-
Uses of MEntity in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain declared as MEntity Modifier and Type Field Description MEntityDb. M_ENTITYThe tableDB_ETERNAL.M_ENTITY.static MEntityTables. M_ENTITYThe tableDB_ETERNAL.M_ENTITY. -
Uses of MEntity in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables declared as MEntity Modifier and Type Field Description static MEntityMEntity. M_ENTITYThe reference instance ofDB_ETERNAL.M_ENTITYMethods in cn.vertxup.atom.domain.tables that return MEntity Modifier and Type Method Description MEntityMEntity. as(String alias)MEntityMEntity. as(org.jooq.Name alias)MEntityMEntity. rename(String name)Rename this tableMEntityMEntity. rename(org.jooq.Name name)Rename this table
-