public class GenericDAO<X extends GraphQLCompatible>
extends java.lang.Object
Constructor and Description |
---|
GenericDAO(java.lang.Class c) |
Modifier and Type | Method and Description |
---|---|
void |
deleteById(long id) |
X |
get(long id) |
java.util.Collection<X> |
getAll() |
long |
getNextId() |
void |
insert(X item) |
void |
update(X item) |