silentbalanceyh/vertx-zero

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

Summary

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


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


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

    /**
     * The table <code>DB_ETERNAL.O_ACCESS_TOKEN</code>.
     */
    public static final OAccessToken O_ACCESS_TOKEN = OAccessToken.O_ACCESS_TOKEN;

    /**
     * The table <code>DB_ETERNAL.O_USER</code>.
     */
    public static final OUser O_USER = OUser.O_USER;

    /**
     * The table <code>DB_ETERNAL.R_GROUP_ROLE</code>.
     */
    public static final RGroupRole R_GROUP_ROLE = RGroupRole.R_GROUP_ROLE;

    /**
     * The table <code>DB_ETERNAL.R_ROLE_PERM</code>.
     */
    public static final RRolePerm R_ROLE_PERM = RRolePerm.R_ROLE_PERM;

    /**
     * The table <code>DB_ETERNAL.R_USER_GROUP</code>.
     */
    public static final RUserGroup R_USER_GROUP = RUserGroup.R_USER_GROUP;

    /**
     * The table <code>DB_ETERNAL.R_USER_ROLE</code>.
     */
    public static final RUserRole R_USER_ROLE = RUserRole.R_USER_ROLE;

    /**
     * The table <code>DB_ETERNAL.S_ACTION</code>.
     */
    public static final SAction S_ACTION = SAction.S_ACTION;

    /**
     * The table <code>DB_ETERNAL.S_GROUP</code>.
     */
    public static final SGroup S_GROUP = SGroup.S_GROUP;

    /**
     * The table <code>DB_ETERNAL.S_PACKET</code>.
     */
    public static final SPacket S_PACKET = SPacket.S_PACKET;

    /**
     * The table <code>DB_ETERNAL.S_PATH</code>.
     */
    public static final SPath S_PATH = SPath.S_PATH;

    /**
     * The table <code>DB_ETERNAL.S_PERM_SET</code>.
     */
    public static final SPermSet S_PERM_SET = SPermSet.S_PERM_SET;

    /**
     * The table <code>DB_ETERNAL.S_PERMISSION</code>.
     */
    public static final SPermission S_PERMISSION = SPermission.S_PERMISSION;

    /**
     * The table <code>DB_ETERNAL.S_RESOURCE</code>.
     */
    public static final SResource S_RESOURCE = SResource.S_RESOURCE;

    /**
     * The table <code>DB_ETERNAL.S_ROLE</code>.
     */
    public static final SRole S_ROLE = SRole.S_ROLE;

    /**
     * The table <code>DB_ETERNAL.S_USER</code>.
     */
    public static final SUser S_USER = SUser.S_USER;

    /**
     * The table <code>DB_ETERNAL.S_VIEW</code>.
     */
    public static final SView S_VIEW = SView.S_VIEW;

    /**
     * The table <code>DB_ETERNAL.S_VISITANT</code>.
     */
    public static final SVisitant S_VISITANT = SVisitant.S_VISITANT;
}