Uses of Class
cn.vertxup.integration.domain.tables.IIntegration
-
Packages that use IIntegration Package Description cn.vertxup.integration.domain cn.vertxup.integration.domain.tables -
-
Uses of IIntegration in cn.vertxup.integration.domain
Fields in cn.vertxup.integration.domain declared as IIntegration Modifier and Type Field Description IIntegrationDb. I_INTEGRATIONThe tableDB_ETERNAL.I_INTEGRATION.static IIntegrationTables. I_INTEGRATIONThe tableDB_ETERNAL.I_INTEGRATION. -
Uses of IIntegration in cn.vertxup.integration.domain.tables
Fields in cn.vertxup.integration.domain.tables declared as IIntegration Modifier and Type Field Description static IIntegrationIIntegration. I_INTEGRATIONThe reference instance ofDB_ETERNAL.I_INTEGRATIONMethods in cn.vertxup.integration.domain.tables that return IIntegration Modifier and Type Method Description IIntegrationIIntegration. as(String alias)IIntegrationIIntegration. as(org.jooq.Name alias)IIntegrationIIntegration. rename(String name)Rename this tableIIntegrationIIntegration. rename(org.jooq.Name name)Rename this table
-