|
@@ -169,5 +169,5 @@ public interface CollectionRepo extends JpaRepository<Collection, Long>, JpaSpec
|
|
|
@Query("select c from Collection c join c.tags t on t.id = ?1 ")
|
|
@Query("select c from Collection c join c.tags t on t.id = ?1 ")
|
|
|
Page<Collection> byTag(Long tagId, Pageable pageable);
|
|
Page<Collection> byTag(Long tagId, Pageable pageable);
|
|
|
|
|
|
|
|
- Integer countAllBySourceAndNameLike(CollectionSource source, String name);
|
|
|
|
|
|
|
+ int countAllBySourceAndNameLike(CollectionSource source, String name);
|
|
|
}
|
|
}
|