Class DBContext
java.lang.Object
com.gamersafer.minecraft.auth.common.db.repo.DBContext
-
Constructor Summary
ConstructorDescriptionDBContext
(com.j256.ormlite.support.ConnectionSource connection, ILogger logger, LanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptioncom.j256.ormlite.support.ConnectionSource
com.j256.ormlite.dao.Dao<PlayerEntry,
Integer> boolean
-
Constructor Details
-
DBContext
public DBContext(com.j256.ormlite.support.ConnectionSource connection, ILogger logger, LanguageConfiguration lang)
-
-
Method Details
-
getConnection
public com.j256.ormlite.support.ConnectionSource getConnection() -
getCatalog
-
getVersionDao
-
getPlayerDao
-
getBanDao
-
getMuteDao
-
getReportLogDao
-
getWarningDao
-
getKickDao
-
isOperational
public boolean isOperational()
-