Package it.univr.passportease.repository
Interface WorkerRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Worker,,UUID> org.springframework.data.jpa.repository.JpaRepository<Worker,,UUID> org.springframework.data.repository.ListCrudRepository<Worker,,UUID> org.springframework.data.repository.ListPagingAndSortingRepository<Worker,,UUID> org.springframework.data.repository.PagingAndSortingRepository<Worker,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<Worker>,org.springframework.data.repository.Repository<Worker,UUID>
@Repository
public interface WorkerRepository
extends org.springframework.data.jpa.repository.JpaRepository<Worker,UUID>
Repository for the
Worker entity.-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne