Uses of Class
cn.vertxup.erp.domain.tables.EContract
-
Packages that use EContract Package Description cn.vertxup.erp.domain cn.vertxup.erp.domain.tables -
-
Uses of EContract in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain declared as EContract Modifier and Type Field Description EContractDb. E_CONTRACTThe tableDB_ETERNAL.E_CONTRACT.static EContractTables. E_CONTRACTThe tableDB_ETERNAL.E_CONTRACT. -
Uses of EContract in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables declared as EContract Modifier and Type Field Description static EContractEContract. E_CONTRACTThe reference instance ofDB_ETERNAL.E_CONTRACTMethods in cn.vertxup.erp.domain.tables that return EContract Modifier and Type Method Description EContractEContract. as(String alias)EContractEContract. as(org.jooq.Name alias)EContractEContract. rename(String name)Rename this tableEContractEContract. rename(org.jooq.Name name)Rename this table
-