Uses of Class
cn.vertxup.workflow.domain.tables.WTodo
-
Packages that use WTodo Package Description cn.vertxup.workflow.domain cn.vertxup.workflow.domain.tables -
-
Uses of WTodo in cn.vertxup.workflow.domain
Fields in cn.vertxup.workflow.domain declared as WTodo Modifier and Type Field Description WTodoDb. W_TODOThe tableDB_ETERNAL.W_TODO.static WTodoTables. W_TODOThe tableDB_ETERNAL.W_TODO. -
Uses of WTodo in cn.vertxup.workflow.domain.tables
Fields in cn.vertxup.workflow.domain.tables declared as WTodo Modifier and Type Field Description static WTodoWTodo. W_TODOThe reference instance ofDB_ETERNAL.W_TODOMethods in cn.vertxup.workflow.domain.tables that return WTodo Modifier and Type Method Description WTodoWTodo. as(String alias)WTodoWTodo. as(org.jooq.Name alias)WTodoWTodo. rename(String name)Rename this tableWTodoWTodo. rename(org.jooq.Name name)Rename this table
-