silentbalanceyh/vertx-zero

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

Summary

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


import cn.vertxup.battery.domain.tables.*;


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

    /**
     * The table <code>DB_ETERNAL.B_AUTHORITY</code>.
     */
    public static final BAuthority B_AUTHORITY = BAuthority.B_AUTHORITY;

    /**
     * The table <code>DB_ETERNAL.B_BAG</code>.
     */
    public static final BBag B_BAG = BBag.B_BAG;

    /**
     * The table <code>DB_ETERNAL.B_BLOCK</code>.
     */
    public static final BBlock B_BLOCK = BBlock.B_BLOCK;

    /**
     * The table <code>DB_ETERNAL.B_COMPONENT</code>.
     */
    public static final BComponent B_COMPONENT = BComponent.B_COMPONENT;

    /**
     * The table <code>DB_ETERNAL.B_WEB</code>.
     */
    public static final BWeb B_WEB = BWeb.B_WEB;
}