Class IgnoreDAO
java.lang.Object
net.flectone.pulse.data.database.dao.IgnoreDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatabase()Gets the database instance associated with this DAO.@Nullable IgnoreInserts or updates an ignore relationship between players.voidinvalidate(@NonNull Ignore ignore) Invalidates an ignore record.sqlClass()Gets the SQL interface class for this DAO.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseDAO
getSQL, inTransaction, useCustomTransaction, useHandle, useTransaction, withHandle
-
Constructor Details
-
IgnoreDAO
-
-
Method Details
-
database
-
sqlClass
-
insert
-
invalidate
Invalidates an ignore record.- Parameters:
ignore- the ignore record to invalidate
-
load
-