java.lang.Object
com.gamersafer.minecraft.auth.common.db.repo.DBContext

public class DBContext extends Object
  • Constructor Details

  • Method Details

    • getConnection

      public com.j256.ormlite.support.ConnectionSource getConnection()
    • getCatalog

      public String getCatalog()
    • getVersionDao

      public com.j256.ormlite.dao.Dao<DBVersion,Integer> getVersionDao()
    • getPlayerDao

      public com.j256.ormlite.dao.Dao<PlayerEntry,Integer> getPlayerDao()
    • getBanDao

      public com.j256.ormlite.dao.Dao<Ban,Integer> getBanDao()
    • getMuteDao

      public com.j256.ormlite.dao.Dao<MuteEntry,Integer> getMuteDao()
    • getReportLogDao

      public com.j256.ormlite.dao.Dao<ReportLog,Integer> getReportLogDao()
    • getWarningDao

      public com.j256.ormlite.dao.Dao<Warning,Integer> getWarningDao()
    • getKickDao

      public com.j256.ormlite.dao.Dao<Kick,Integer> getKickDao()
    • isOperational

      public boolean isOperational()