Fix le truc de max et ajoute le test du delete
This commit is contained in:
@ -11,6 +11,4 @@ import java.util.ArrayList;
|
||||
public interface FileRepository extends CrudRepository<StorageFile,Long> {
|
||||
public StorageFile getStorageFileByName(String name);
|
||||
|
||||
@Query("select s from StorageFile s")
|
||||
public ArrayList<StorageFile> findAll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user