oglimmer/lunchy

View on GitHub
src/main/java/de/oglimmer/lunchy/database/generated/Tables.java

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * This class is generated by jOOQ
 */
package de.oglimmer.lunchy.database.generated;


import de.oglimmer.lunchy.database.generated.tables.Communities;
import de.oglimmer.lunchy.database.generated.tables.Databasechangelog;
import de.oglimmer.lunchy.database.generated.tables.Databasechangeloglock;
import de.oglimmer.lunchy.database.generated.tables.Location;
import de.oglimmer.lunchy.database.generated.tables.LocationUsersEmail;
import de.oglimmer.lunchy.database.generated.tables.Offices;
import de.oglimmer.lunchy.database.generated.tables.Pictures;
import de.oglimmer.lunchy.database.generated.tables.Reviews;
import de.oglimmer.lunchy.database.generated.tables.UsageStatistics;
import de.oglimmer.lunchy.database.generated.tables.Users;
import de.oglimmer.lunchy.database.generated.tables.UsersPicturesVotes;

import javax.annotation.Generated;


/**
 * Convenience access to all tables in oli_lunchy
 */
@Generated(
    value = {
        "http://www.jooq.org",
        "jOOQ version:3.7.2"
    },
    comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * The table oli_lunchy.communities
     */
    public static final Communities COMMUNITIES = de.oglimmer.lunchy.database.generated.tables.Communities.COMMUNITIES;

    /**
     * The table oli_lunchy.DATABASECHANGELOG
     */
    public static final Databasechangelog DATABASECHANGELOG = de.oglimmer.lunchy.database.generated.tables.Databasechangelog.DATABASECHANGELOG;

    /**
     * The table oli_lunchy.DATABASECHANGELOGLOCK
     */
    public static final Databasechangeloglock DATABASECHANGELOGLOCK = de.oglimmer.lunchy.database.generated.tables.Databasechangeloglock.DATABASECHANGELOGLOCK;

    /**
     * The table oli_lunchy.location
     */
    public static final Location LOCATION = de.oglimmer.lunchy.database.generated.tables.Location.LOCATION;

    /**
     * The table oli_lunchy.location_users_email
     */
    public static final LocationUsersEmail LOCATION_USERS_EMAIL = de.oglimmer.lunchy.database.generated.tables.LocationUsersEmail.LOCATION_USERS_EMAIL;

    /**
     * The table oli_lunchy.offices
     */
    public static final Offices OFFICES = de.oglimmer.lunchy.database.generated.tables.Offices.OFFICES;

    /**
     * The table oli_lunchy.pictures
     */
    public static final Pictures PICTURES = de.oglimmer.lunchy.database.generated.tables.Pictures.PICTURES;

    /**
     * The table oli_lunchy.reviews
     */
    public static final Reviews REVIEWS = de.oglimmer.lunchy.database.generated.tables.Reviews.REVIEWS;

    /**
     * The table oli_lunchy.usage_statistics
     */
    public static final UsageStatistics USAGE_STATISTICS = de.oglimmer.lunchy.database.generated.tables.UsageStatistics.USAGE_STATISTICS;

    /**
     * The table oli_lunchy.users
     */
    public static final Users USERS = de.oglimmer.lunchy.database.generated.tables.Users.USERS;

    /**
     * The table oli_lunchy.users_pictures_votes
     */
    public static final UsersPicturesVotes USERS_PICTURES_VOTES = de.oglimmer.lunchy.database.generated.tables.UsersPicturesVotes.USERS_PICTURES_VOTES;
}