(Class<T> entityType)
| 65 | <T> T findById(Class<T> entityType, Object idValue) throws DbException; |
| 66 | |
| 67 | <T> T findFirst(Class<T> entityType) throws DbException; |
| 68 | |
| 69 | <T> List<T> findAll(Class<T> entityType) throws DbException; |
| 70 |
no outgoing calls
no test coverage detected