src/main/java/de/uapcore/lightpit/dao/VersionDao.java

changeset 72
0646c14e36fb
parent 62
833e0385572a
child 80
27a25f32048e
equal deleted inserted replaced
71:dca186d3911f 72:0646c14e36fb
36 36
37 public interface VersionDao extends GenericDao<Version> { 37 public interface VersionDao extends GenericDao<Version> {
38 38
39 /** 39 /**
40 * Lists all versions for the specified project. 40 * Lists all versions for the specified project.
41 *
41 * @param project the project 42 * @param project the project
42 * @return a list of versions 43 * @return a list of versions
43 * @throws SQLException on any kind of SQL error 44 * @throws SQLException on any kind of SQL error
44 */ 45 */
45 List<Version> list(Project project) throws SQLException; 46 List<Version> list(Project project) throws SQLException;

mercurial