find All
Finds all records in the database for the given class.
Return
A list of records.
Throws
if the class is not annotated with @Table.
if there is an error executing the query.
Finds all records in the database for the given class.
A list of records.
if the class is not annotated with @Table.
if there is an error executing the query.