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.BaseRepositoryfindById
 - 
Methods inherited from interface org.springframework.data.repository.CrudRepositorycount, delete, delete, delete, deleteAll, exists, findOne, save
 - 
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepositorydeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlush
 - 
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutorcount, findAll, findAll, findAll, findOne
 
- 
 
-