silentbalanceyh/vertx-zero

View on GitHub
vertx-pin/zero-is/src/main/java/cn/vertxup/integration/domain/Tables.java

Summary

Maintainability
A
35 mins
Test Coverage
/*
 * This file is generated by jOOQ.
 */
package cn.vertxup.integration.domain;


import cn.vertxup.integration.domain.tables.IDirectory;
import cn.vertxup.integration.domain.tables.IIntegration;
import cn.vertxup.integration.domain.tables.IMessage;
import cn.vertxup.integration.domain.tables.IPortfolio;


/**
 * Convenience access to all tables in DB_ETERNAL.
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * The table <code>DB_ETERNAL.I_DIRECTORY</code>.
     */
    public static final IDirectory I_DIRECTORY = IDirectory.I_DIRECTORY;

    /**
     * The table <code>DB_ETERNAL.I_INTEGRATION</code>.
     */
    public static final IIntegration I_INTEGRATION = IIntegration.I_INTEGRATION;

    /**
     * The table <code>DB_ETERNAL.I_MESSAGE</code>.
     */
    public static final IMessage I_MESSAGE = IMessage.I_MESSAGE;

    /**
     * The table <code>DB_ETERNAL.I_PORTFOLIO</code>.
     */
    public static final IPortfolio I_PORTFOLIO = IPortfolio.I_PORTFOLIO;
}