Uses of Class
cn.vertxup.erp.domain.tables.EDept
-
Packages that use EDept Package Description cn.vertxup.erp.domain cn.vertxup.erp.domain.tables -
-
Uses of EDept in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain declared as EDept Modifier and Type Field Description EDeptDb. E_DEPTThe tableDB_ETERNAL.E_DEPT.static EDeptTables. E_DEPTThe tableDB_ETERNAL.E_DEPT. -
Uses of EDept in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables declared as EDept Modifier and Type Field Description static EDeptEDept. E_DEPTThe reference instance ofDB_ETERNAL.E_DEPTMethods in cn.vertxup.erp.domain.tables that return EDept Modifier and Type Method Description EDeptEDept. as(String alias)EDeptEDept. as(org.jooq.Name alias)EDeptEDept. rename(String name)Rename this tableEDeptEDept. rename(org.jooq.Name name)Rename this table
-