Schnittstelle ClassOutputParameterRepository

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

@Repository public interface ClassOutputParameterRepository extends org.springframework.data.jpa.repository.JpaRepository<ClassOutputParameter,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