Package de.dlr.proseo.model.dao
Schnittstelle MonExtServiceRepository
- Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<MonExtService,
,Long> org.springframework.data.jpa.repository.JpaRepository<MonExtService,
,Long> org.springframework.data.repository.PagingAndSortingRepository<MonExtService,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<MonExtService>
,org.springframework.data.repository.Repository<MonExtService,
Long>
@Repository
public interface MonExtServiceRepository
extends org.springframework.data.jpa.repository.JpaRepository<MonExtService,Long>
Data Access Object for the MonService class
- Autor:
- Ernst Melchinger
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfindByNameId
(String name) Get the mon service with the given nameVon 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
-
Methodendetails
-
findByNameId
Get the mon service with the given name- Parameter:
name
- the name of the service- Gibt zurück:
- the unique mon service identified by the name
-