Uses of Class
cn.vertxup.jet.domain.tables.IService
-
Packages that use IService Package Description cn.vertxup.jet.domain cn.vertxup.jet.domain.tables -
-
Uses of IService in cn.vertxup.jet.domain
Fields in cn.vertxup.jet.domain declared as IService Modifier and Type Field Description IServiceDb. I_SERVICEThe tableDB_ETERNAL.I_SERVICE.static IServiceTables. I_SERVICEThe tableDB_ETERNAL.I_SERVICE. -
Uses of IService in cn.vertxup.jet.domain.tables
Fields in cn.vertxup.jet.domain.tables declared as IService Modifier and Type Field Description static IServiceIService. I_SERVICEThe reference instance ofDB_ETERNAL.I_SERVICEMethods in cn.vertxup.jet.domain.tables that return IService Modifier and Type Method Description IServiceIService. as(String alias)IServiceIService. as(org.jooq.Name alias)IServiceIService. rename(String name)Rename this tableIServiceIService. rename(org.jooq.Name name)Rename this table
-