public interface CRUD<E,K extends Serializable>
List<E>
findAll()
E
findById(K id)
void
remove(E item)
save(E item)
List<E> findAll()
E findById(K id)
E save(E item)
void remove(E item)
Copyright © 2016. All Rights Reserved.