Package no.nsd.qddt.domain.search
Interface SearchRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<QddtUrl,java.util.UUID>,org.springframework.data.jpa.repository.JpaRepository<QddtUrl,java.util.UUID>,org.springframework.data.repository.PagingAndSortingRepository<QddtUrl,java.util.UUID>,org.springframework.data.repository.query.QueryByExampleExecutor<QddtUrl>,org.springframework.data.repository.Repository<QddtUrl,java.util.UUID>
@Repository public interface SearchRepository extends org.springframework.data.jpa.repository.JpaRepository<QddtUrl,java.util.UUID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<QddtUrl>findByName(java.lang.String name)java.util.List<QddtUrl>findByUserId(java.util.UUID userId)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, delete, delete, deleteAll, exists, findOne, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlush
-
-