Uses of Class
cn.vertxup.erp.domain.tables.EEmployee
-
Packages that use EEmployee Package Description cn.vertxup.erp.domain cn.vertxup.erp.domain.tables -
-
Uses of EEmployee in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain declared as EEmployee Modifier and Type Field Description EEmployeeDb. E_EMPLOYEEThe tableDB_ETERNAL.E_EMPLOYEE.static EEmployeeTables. E_EMPLOYEEThe tableDB_ETERNAL.E_EMPLOYEE. -
Uses of EEmployee in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables declared as EEmployee Modifier and Type Field Description static EEmployeeEEmployee. E_EMPLOYEEThe reference instance ofDB_ETERNAL.E_EMPLOYEEMethods in cn.vertxup.erp.domain.tables that return EEmployee Modifier and Type Method Description EEmployeeEEmployee. as(String alias)EEmployeeEEmployee. as(org.jooq.Name alias)EEmployeeEEmployee. rename(String name)Rename this tableEEmployeeEEmployee. rename(org.jooq.Name name)Rename this table
-