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)
AttackListDao
insertAll
in interface AttackListDao
public void delete(AttackList attackList)
AttackListDao
delete
in interface AttackListDao
public void update(AttackList attackList)
AttackListDao
update
in interface AttackListDao
public java.util.List<AttackList> getAll()
AttackListDao
getAll
in interface AttackListDao
public AttackList findById(int id)
AttackListDao
findById
in interface AttackListDao
public int countAttackLists()
countAttackLists
in interface AttackListDao