Package de.dlr.proseo.model.dao
Schnittstelle MonExtServiceStateOperationRepository
- Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<MonExtServiceStateOperation,
,Long> org.springframework.data.jpa.repository.JpaRepository<MonExtServiceStateOperation,
,Long> org.springframework.data.repository.PagingAndSortingRepository<MonExtServiceStateOperation,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<MonExtServiceStateOperation>
,org.springframework.data.repository.Repository<MonExtServiceStateOperation,
Long>
@Repository
public interface MonExtServiceStateOperationRepository
extends org.springframework.data.jpa.repository.JpaRepository<MonExtServiceStateOperation,Long>
Data Access Object for the MonServiceStateOperation class
- Autor:
- Ernst Melchinger
-
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