首页>代码>jOOQ查询Mysql简单实例>/java-jooq-mysql/src/main/java/com/hellokoding/jooq/model/Library.java
/**
 * This class is generated by jOOQ
 */
package com.hellokoding.jooq.model;


import com.hellokoding.jooq.model.tables.Author;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

import javax.annotation.Generated;

import org.jooq.Catalog;
import org.jooq.Table;
import org.jooq.impl.SchemaImpl;


/**
 * This class is generated by jOOQ.
 */
@Generated(
    value = {
        "http://www.jooq.org",
        "jOOQ version:3.8.3"
    },
    comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Library extends SchemaImpl {

    private static final long serialVersionUID = -273673399;

    /**
     * The reference instance of <code>library</code>
     */
    public static final Library LIBRARY = new Library();

    /**
     * The table <code>library.author</code>.
     */
    public final Author AUTHOR = com.hellokoding.jooq.model.tables.Author.AUTHOR;

    /**
     * No further instances allowed
     */
    private Library() {
        super("library", null);
    }


    /**
     * {@inheritDoc}
     */
    @Override
    public Catalog getCatalog() {
        return DefaultCatalog.DEFAULT_CATALOG;
    }

    @Override
    public final List<Table<?>> getTables() {
        List result = new ArrayList();
        result.addAll(getTables0());
        return result;
    }

    private final List<Table<?>> getTables0() {
        return Arrays.<Table<?>>asList(
            Author.AUTHOR);
    }
}
最近下载更多
ningmeng2020  LV2 2020年11月5日
最代码官方  LV167 2020年10月18日
最近浏览更多
dsfgfdhff  LV3 2023年7月5日
微信网友_6040315240812544  LV8 2022年10月27日
songyuyu  LV4 2021年4月16日
568885778  LV12 2021年4月8日
jpfjpfjpf  LV1 2020年12月11日
1798672867  LV21 2020年12月4日
hzl6032  LV2 2020年11月29日
heqian  LV16 2020年11月25日
fx763226791  LV11 2020年11月25日
ningmeng2020  LV2 2020年11月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友