Uses of Class
cn.vertxup.jet.domain.tables.IJob
-
Packages that use IJob Package Description cn.vertxup.jet.domain cn.vertxup.jet.domain.tables -
-
Uses of IJob in cn.vertxup.jet.domain
Fields in cn.vertxup.jet.domain declared as IJob Modifier and Type Field Description IJobDb. I_JOBThe tableDB_ETERNAL.I_JOB.static IJobTables. I_JOBThe tableDB_ETERNAL.I_JOB. -
Uses of IJob in cn.vertxup.jet.domain.tables
Fields in cn.vertxup.jet.domain.tables declared as IJob Modifier and Type Field Description static IJobIJob. I_JOBThe reference instance ofDB_ETERNAL.I_JOBMethods in cn.vertxup.jet.domain.tables that return IJob Modifier and Type Method Description IJobIJob. as(String alias)IJobIJob. as(org.jooq.Name alias)IJobIJob. rename(String name)Rename this tableIJobIJob. rename(org.jooq.Name name)Rename this table
-