Schnittstelle TaskRepository

Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<Task,Long>, org.springframework.data.jpa.repository.JpaRepository<Task,Long>, org.springframework.data.repository.PagingAndSortingRepository<Task,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Task>, org.springframework.data.repository.Repository<Task,Long>

@Repository public interface TaskRepository extends org.springframework.data.jpa.repository.JpaRepository<Task,Long>
Data Access Object for the Task class
Autor:
Dr. Thomas Bassler
  • Methodenübersicht

    Von Schnittstelle geerbte Methoden org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save

    Von Schnittstelle geerbte Methoden org.springframework.data.jpa.repository.JpaRepository

    deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush

    Von Schnittstelle geerbte Methoden org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Von Schnittstelle geerbte Methoden org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne