Package no.nsd.qddt.domain.author
Interface AuthorRepository
-
- All Superinterfaces:
BaseRepository<Author,java.util.UUID>
,org.springframework.data.repository.CrudRepository<Author,java.util.UUID>
,org.springframework.data.jpa.repository.JpaRepository<Author,java.util.UUID>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<Author>
,org.springframework.data.repository.PagingAndSortingRepository<Author,java.util.UUID>
,org.springframework.data.repository.query.QueryByExampleExecutor<Author>
,org.springframework.data.repository.Repository<Author,java.util.UUID>
@Repository public interface AuthorRepository extends BaseRepository<Author,java.util.UUID>
-
-
Method Summary
-
Methods inherited from interface no.nsd.qddt.domain.BaseRepository
findById
-
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
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, findAll, findAll, findAll, findOne
-
-