Package sk.gursky.films.persist.users
Interface GroupDao
- All Known Implementing Classes:
MemoryGroupDao
public interface GroupDao
-
Method Details
-
getById
-
getAll
java.util.List<Group> getAll() -
save
- Throws:
java.lang.NullPointerException
DaoException
-
remove
- Throws:
java.lang.NullPointerException
DaoException
-