Uses of Class
cn.vertxup.erp.domain.tables.EIdentity
-
Packages that use EIdentity Package Description cn.vertxup.erp.domain cn.vertxup.erp.domain.tables -
-
Uses of EIdentity in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain declared as EIdentity Modifier and Type Field Description EIdentityDb. E_IDENTITYThe tableDB_ETERNAL.E_IDENTITY.static EIdentityTables. E_IDENTITYThe tableDB_ETERNAL.E_IDENTITY. -
Uses of EIdentity in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables declared as EIdentity Modifier and Type Field Description static EIdentityEIdentity. E_IDENTITYThe reference instance ofDB_ETERNAL.E_IDENTITYMethods in cn.vertxup.erp.domain.tables that return EIdentity Modifier and Type Method Description EIdentityEIdentity. as(String alias)EIdentityEIdentity. as(org.jooq.Name alias)EIdentityEIdentity. rename(String name)Rename this tableEIdentityEIdentity. rename(org.jooq.Name name)Rename this table
-