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>
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, deleteAllById, deleteById, existsById, findById, saveVon Schnittstelle geerbte Methoden org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushVon Schnittstelle geerbte Methoden org.springframework.data.repository.PagingAndSortingRepository
findAllVon Schnittstelle geerbte Methoden org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, 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
-