Package cn.vertxup.workflow.domain
Class Indexes
- java.lang.Object
-
- cn.vertxup.workflow.domain.Indexes
-
public class Indexes extends Object
A class modelling indexes of tables in DB_ETERNAL.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jooq.IndexW_TICKET_IDXM_W_TICKET_SIGMA_CATALOGstatic org.jooq.IndexW_TICKET_IDXM_W_TICKET_SIGMA_FLOW_DEFINITION_KEYstatic org.jooq.IndexW_TICKET_IDXM_W_TICKET_SIGMA_STATUSstatic org.jooq.IndexW_TICKET_IDXM_W_TICKET_SIGMA_TYPE_STATUSstatic org.jooq.IndexW_TODO_IDXM_W_TODO_SIGMA_STATUSstatic org.jooq.IndexW_TODO_IDXM_W_TODO_SIGMA_TYPE_STATUS
-
Constructor Summary
Constructors Constructor Description Indexes()
-
-
-
Field Detail
-
W_TICKET_IDXM_W_TICKET_SIGMA_CATALOG
public static final org.jooq.Index W_TICKET_IDXM_W_TICKET_SIGMA_CATALOG
-
W_TICKET_IDXM_W_TICKET_SIGMA_FLOW_DEFINITION_KEY
public static final org.jooq.Index W_TICKET_IDXM_W_TICKET_SIGMA_FLOW_DEFINITION_KEY
-
W_TICKET_IDXM_W_TICKET_SIGMA_STATUS
public static final org.jooq.Index W_TICKET_IDXM_W_TICKET_SIGMA_STATUS
-
W_TICKET_IDXM_W_TICKET_SIGMA_TYPE_STATUS
public static final org.jooq.Index W_TICKET_IDXM_W_TICKET_SIGMA_TYPE_STATUS
-
W_TODO_IDXM_W_TODO_SIGMA_STATUS
public static final org.jooq.Index W_TODO_IDXM_W_TODO_SIGMA_STATUS
-
W_TODO_IDXM_W_TODO_SIGMA_TYPE_STATUS
public static final org.jooq.Index W_TODO_IDXM_W_TODO_SIGMA_TYPE_STATUS
-
-