DBO - the type of the database objectpublic interface GetDao<DBO>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DBO> |
getAll()
Gets all entries within the table.
|
java.util.List<DBO> getAll() throws java.lang.Throwable
java.lang.Throwable - if an error occurred while trying to grab the
table entries