Uses of Class
cn.vertxup.workflow.domain.tables.WTicket
-
Packages that use WTicket Package Description cn.vertxup.workflow.domain cn.vertxup.workflow.domain.tables -
-
Uses of WTicket in cn.vertxup.workflow.domain
Fields in cn.vertxup.workflow.domain declared as WTicket Modifier and Type Field Description WTicketDb. W_TICKETThe tableDB_ETERNAL.W_TICKET.static WTicketTables. W_TICKETThe tableDB_ETERNAL.W_TICKET. -
Uses of WTicket in cn.vertxup.workflow.domain.tables
Fields in cn.vertxup.workflow.domain.tables declared as WTicket Modifier and Type Field Description static WTicketWTicket. W_TICKETThe reference instance ofDB_ETERNAL.W_TICKETMethods in cn.vertxup.workflow.domain.tables that return WTicket Modifier and Type Method Description WTicketWTicket. as(String alias)WTicketWTicket. as(org.jooq.Name alias)WTicketWTicket. rename(String name)Rename this tableWTicketWTicket. rename(org.jooq.Name name)Rename this table
-