cn.vertxup.workflow.domain.Tables Maven / Gradle / Ivy
The newest version!
/*
* This file is generated by jOOQ.
*/
package cn.vertxup.workflow.domain;
import cn.vertxup.workflow.domain.tables.WFlow;
import cn.vertxup.workflow.domain.tables.WTicket;
import cn.vertxup.workflow.domain.tables.WTodo;
/**
* Convenience access to all tables in DB_ETERNAL.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table DB_ETERNAL.W_FLOW
.
*/
public static final WFlow W_FLOW = WFlow.W_FLOW;
/**
* The table DB_ETERNAL.W_TICKET
.
*/
public static final WTicket W_TICKET = WTicket.W_TICKET;
/**
* The table DB_ETERNAL.W_TODO
.
*/
public static final WTodo W_TODO = WTodo.W_TODO;
}