Uses of Class
cn.vertxup.ambient.domain.tables.XTodo
-
Packages that use XTodo Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XTodo in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XTodo Modifier and Type Field Description XTodoDb. X_TODOThe tableDB_ETERNAL.X_TODO.static XTodoTables. X_TODOThe tableDB_ETERNAL.X_TODO. -
Uses of XTodo in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XTodo Modifier and Type Field Description static XTodoXTodo. X_TODOThe reference instance ofDB_ETERNAL.X_TODOMethods in cn.vertxup.ambient.domain.tables that return XTodo Modifier and Type Method Description XTodoXTodo. as(String alias)XTodoXTodo. as(org.jooq.Name alias)XTodoXTodo. rename(String name)Rename this tableXTodoXTodo. rename(org.jooq.Name name)Rename this table
-