Skip to content
Snippets Groups Projects

Album search

Merged Stian Fjæran Mogen requested to merge album_search into dev
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,7 +16,7 @@ import java.util.List;
public class AlbumRepository extends AbstractRepository<Album, Long> {
/**
* Mapping to @NamedQuery 'find all albums by users username' defined in {@link Album}
* Mapping to @NamedQuery 'find all albums by username, tags, and title' defined in {@link Album}
*/
public static final String ALBUM_FIND_BY_USERNAME = "Album.findAllByUsername";
public static final String ALBUM_FIND_BY_TAGS = "Album.findByTags";
Loading