public class AttackListDao_Impl extends java.lang.Object implements AttackListDao
| Constructor and Description |
|---|
AttackListDao_Impl(android.arch.persistence.room.RoomDatabase __db) |
| Modifier and Type | Method and Description |
|---|---|
int |
countAttackLists() |
void |
delete(AttackList attackList)
Delete an attack list in the database
|
AttackList |
findById(int id)
Retrieve an attack list by its id
|
java.util.List<AttackList> |
getAll()
Get all attack lists
|
void |
insertAll(AttackList... attackLists)
Insert one or more attack lists in the database
|
void |
update(AttackList attackList)
Update an attack list in the database
|
public AttackListDao_Impl(android.arch.persistence.room.RoomDatabase __db)
public void insertAll(AttackList... attackLists)
AttackListDaoinsertAll in interface AttackListDaopublic void delete(AttackList attackList)
AttackListDaodelete in interface AttackListDaopublic void update(AttackList attackList)
AttackListDaoupdate in interface AttackListDaopublic java.util.List<AttackList> getAll()
AttackListDaogetAll in interface AttackListDaopublic AttackList findById(int id)
AttackListDaofindById in interface AttackListDaopublic int countAttackLists()
countAttackLists in interface AttackListDao