Interface ResourcesRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Resources,java.util.UUID>,org.springframework.data.jpa.repository.JpaRepository<Resources,java.util.UUID>,org.springframework.data.repository.PagingAndSortingRepository<Resources,java.util.UUID>,org.springframework.data.repository.query.QueryByExampleExecutor<Resources>,org.springframework.data.repository.Repository<Resources,java.util.UUID>
@Repository public interface ResourcesRepository extends org.springframework.data.jpa.repository.JpaRepository<Resources,java.util.UUID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Resources>findByDescription(java.lang.String description)java.util.List<Resources>findByFilename(java.lang.String filename)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-